summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-18 00:35:21 +0000
committerKarl Berry <karl@freefriends.org>2010-11-18 00:35:21 +0000
commite1353b47437cbc7c93c601670ce39cc2bfede42d (patch)
treec0ac897fca6869614aae87b4f8786c80402a5409 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
parent4c2dc022d55819e130b372142518e7e869ec377f (diff)
luaotfload (17nov10)
git-svn-id: svn://tug.org/texlive/trunk@20475 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.sty13
1 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index 4814924f393..bbc3aab9f8b 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -21,21 +21,20 @@
\bgroup\expandafter\expandafter\expandafter\egroup
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
- \input luatextra.sty
+ \input luatexbase.sty
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/10/16 v1.20 OpenType layout system]
- \RequirePackage{luatextra}
+ [2010/11/11 v1.21 OpenType layout system]
+ \RequirePackage{luatexbase}
\fi
+\RequireLuaModule{lualibs}
\expandafter\edef\csname otfl@AtEnd\endcsname{%
\catcode64 \the\catcode64\relax
}
\catcode64 11
-
-
\def\otfl@off{
\directlua{luaotfload.unregister_callbacks()}
}
@@ -43,9 +42,7 @@
\def\otfl@on{
\directlua{luaotfload.register_callbacks()}
}
-
-
-\luatexUseModule{luaotfload}
+\RequireLuaModule{luaotfload}
\otfl@on