diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-23 23:49:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-23 23:49:58 +0000 |
commit | 64ba2a9dbcc524178aec8cecbb6947b449724990 (patch) | |
tree | 6da81cb5f197163c244c4fb30af9221f538193d6 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty | |
parent | bdbf5181624ab958acf8225d0fc3c95b9894c5ea (diff) |
luaotfload update
git-svn-id: svn://tug.org/texlive/trunk@18437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty index 839b62e8bee..e2ec4bba711 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}% - [2010/02/22 v1.06b ConTeXt font loading system] + [2010/05/10 v1.07 ConTeXt font loading system] \RequirePackage{luatextra} \fi @@ -46,11 +46,11 @@ \def\otfl@off{ -\luadirect{luaotfload.unregister_callbacks()} +\directlua{luaotfload.unregister_callbacks()} } \def\otfl@on{ -\luadirect{luaotfload.register_callbacks()} +\directlua{luaotfload.register_callbacks()} } |