diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-06 03:49:59 +0100 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-06 03:49:59 +0100 | 
| commit | 0726387ce0c72586b5e0663b632e0a64ec441e58 (patch) | |
| tree | 8b8c6a253dec5453d133c25ee9a867872463e020 | |
| parent | e730ef56664f9394270348cad7176f72cc411e48 (diff) | |
| download | luaotfload-0726387ce0c72586b5e0663b632e0a64ec441e58.tar.gz | |
Stop using luatextra, use luatexbase + lualibs.
Tested with luatexbase v0.2.
| -rw-r--r-- | luaotfload.dtx | 9 | 
1 files changed, 7 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index f6cf369..c4c06da 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -753,13 +753,18 @@ end  \bgroup\expandafter\expandafter\expandafter\egroup  \expandafter\ifx\csname ProvidesPackage\endcsname\relax -  \input luatextra.sty +  \input luatexbase.sty +  \input luatexbase-modutils.sty +  \input luatexbase-mcb.sty  \else    \NeedsTeXFormat{LaTeX2e}    \ProvidesPackage{luaotfload}%      [2010/10/16 v1.20 OpenType layout system] -  \RequirePackage{luatextra} +  \RequirePackage{luatexbase} +  \RequirePackage{luatexbase-modutils} +  \RequirePackage{luatexbase-mcb}  \fi +\luatexUseModule{lualibs}  \expandafter\edef\csname otfl@AtEnd\endcsname{%    \catcode64 \the\catcode64\relax  | 
