diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-20 03:44:07 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-20 03:44:07 -0700 |
commit | 24caa705787b2b8259d47392483c188759b41226 (patch) | |
tree | 0a1230419653399d3345b9501383dc167f27e57d /luaotfload.dtx | |
parent | bbf301d77998b97a4bfbb9644bcaaea4a77c62a6 (diff) | |
parent | 166b74a41e2ff61a7f09846081c474872a799d20 (diff) | |
download | luaotfload-24caa705787b2b8259d47392483c188759b41226.tar.gz |
Merge pull request #83 from phi-gamma/master
v2.2c
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 25fd8f0..eabc240 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -111,7 +111,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2013/05/18 v2.2 OpenType layout system]% + [2013/05/20 v2.2c OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -231,7 +231,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \identifier{luaotfload} package} -% \date{2013/05/18 v2.2} +% \date{2013/05/20 v2.2c} % \author{Elie Roux · Khaled Hosny · Philipp Gesang\\ % Home: \url{https://github.com/lualatex/luaotfload}\\ % Support: \email{lualatex-dev@tug.org}} @@ -1444,7 +1444,7 @@ config.luaotfload.color_callback = config.luaotfload.color_callback or "pre_l luaotfload.module = { name = "luaotfload", version = 2.2, - date = "2013/05/18", + date = "2013/05/20", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -2001,7 +2001,7 @@ loadmodule"auxiliary.lua" --- additionaly high-level functionality (new) \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2013/05/18 v2.2 OpenType layout system] + [2013/05/20 v2.2c OpenType layout system] \RequirePackage{luatexbase} \fi \ifnum\luatexversion<76 |