diff options
| author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-09-22 21:08:47 +0300 | 
|---|---|---|
| committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-09-22 21:08:47 +0300 | 
| commit | f3fdfa5bee1dad0307347ba6f14b22f0e19053a6 (patch) | |
| tree | 3b5da1e4916eae7b74166d0e4d879e6c7f910ceb | |
| parent | db636765c2d49aafd5f3d79c00edfcfde863a029 (diff) | |
| download | luaotfload-f3fdfa5bee1dad0307347ba6f14b22f0e19053a6.tar.gz | |
adapting luaotfload to the new TL 2009 format
| -rw-r--r-- | luaotfload.dtx | 30 | 
1 files changed, 15 insertions, 15 deletions
| 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 | 
