diff options
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua index fb25e2ce051..4aeb50b8fd3 100644 --- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua +++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua @@ -20,7 +20,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", diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty index 9ae4c8e2678..e39288fdc67 100644 --- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty +++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty @@ -23,7 +23,7 @@ \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 @@ -34,15 +34,15 @@ \catcode64 11 -\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 \def\otfl@off{ @@ -54,7 +54,7 @@ } -\luaUseModule{luaotfload} +\luatexUseModule{luaotfload} \otfl@on |