diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-26 23:21:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-26 23:21:29 +0000 |
commit | 4e17af35bf2cf25beac93a51cfe56c026cf72eb0 (patch) | |
tree | f786433bcbb59e0ac0e27214ac65029023d12b3b /Master/texmf-dist/source/luatex | |
parent | faa20eb6f2ff8fc3337c0d93aac3a76dbcad3609 (diff) |
luaotfload 1.01 (26sep09)
git-svn-id: svn://tug.org/texlive/trunk@15472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx index 0c80fcca081..45768d7f539 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx +++ b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx @@ -34,7 +34,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2009/09/10 v1.04 ConTeXt font loading system} +\Msg{* Package: luaotfload 2009/09/22 v1.04 ConTeXt font loading system} \Msg{************************************************************************} \keepsilent @@ -100,7 +100,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaminimalotf.drv}% - [2009/09/10 v1.04 ConTeXt font loading system]% + [2009/09/22 v1.04 ConTeXt font loading system]% \documentclass{ltxdoc} \EnableCrossrefs \CodelineIndex @@ -131,7 +131,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2009/09/10 v1.04} +% \date{2009/09/22 v1.04} % \author{Elie Roux \\ \texttt{elie.roux@telecom-bretagne.eu}} % % \maketitle @@ -225,7 +225,7 @@ luaotfload = { } luaotfload.module = { name = "luaotfload", version = 1.04, - date = "2009/09/10", + date = "2009/09/22", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -475,7 +475,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2009/09/10 v1.04 ConTeXt font loading system] + [2009/09/22 v1.04 ConTeXt font loading system] \RequirePackage{luatextra} \fi @@ -492,15 +492,15 @@ end % % \begin{macrocode} -\newluaattribute\otfl@state -\newluaattribute\otfl@markbase -\newluaattribute\otfl@markdone -\newluaattribute\otfl@markmark -\newluaattribute\otfl@cursbase -\newluaattribute\otfl@curscurs -\newluaattribute\otfl@cursdone -\newluaattribute\otfl@kernpair -\newluaattribute\otfl@color +\newluatexattribute\otfl@state +\newluatexattribute\otfl@markbase +\newluatexattribute\otfl@markdone +\newluatexattribute\otfl@markmark +\newluatexattribute\otfl@cursbase +\newluatexattribute\otfl@curscurs +\newluatexattribute\otfl@cursdone +\newluatexattribute\otfl@kernpair +\newluatexattribute\otfl@color % \end{macrocode} % @@ -523,7 +523,7 @@ end % % \begin{macrocode} -\luaUseModule{luaotfload} +\luatexUseModule{luaotfload} \otfl@on |