From f3fdfa5bee1dad0307347ba6f14b22f0e19053a6 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Tue, 22 Sep 2009 21:08:47 +0300 Subject: adapting luaotfload to the new TL 2009 format --- luaotfload.dtx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'luaotfload.dtx') diff --git a/luaotfload.dtx b/luaotfload.dtx index 0c80fcc..45768d7 100644 --- a/luaotfload.dtx +++ b/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 -- cgit v1.2.3