From 0726387ce0c72586b5e0663b632e0a64ec441e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sat, 6 Nov 2010 03:49:59 +0100 Subject: Stop using luatextra, use luatexbase + lualibs. Tested with luatexbase v0.2. --- luaotfload.dtx | 9 +++++++-- 1 file 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 -- cgit v1.2.3