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/tex/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/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 |