diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-05-28 21:59:38 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-05-28 21:59:38 +0200 |
commit | a34ba70ee4bf463c2ef499710bc319169c4d766b (patch) | |
tree | d475ff7f087983c8d23322b569f42ecc1183b5e7 /luaotfload.dtx | |
parent | fe2ef48562cc21bc68caaaa843c13d89c934d286 (diff) | |
download | luaotfload-a34ba70ee4bf463c2ef499710bc319169c4d766b.tar.gz |
New releasev1.27
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index d0a5784..4521590 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -36,7 +36,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload v1.26 OpenType layout system} +\Msg{* Package: luaotfload v1.27 OpenType layout system} \Msg{************************************************************************} \keepsilent @@ -104,7 +104,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2012/03/27 v1.26 OpenType layout system]% + [2012/05/28 v1.27 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace} \usepackage[ @@ -166,7 +166,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2012/03/27 v1.26} +% \date{2012/05/28 v1.27} % \author{Elie Roux and Khaled Hosny\\ % Support: \email{lualatex-dev@tug.org}} % @@ -453,8 +453,8 @@ module("luaotfload", package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.26, - date = "2012/03/27", + version = 1.27, + date = "2012/05/28", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -725,7 +725,7 @@ luatexbase.add_to_callback("luaotfload.patch_font", set_sscale_diments, "unicode \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2012/03/27 v1.26 OpenType layout system] + [2012/05/28 v1.27 OpenType layout system] \RequirePackage{luatexbase} \fi |