diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-14 18:32:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-14 18:32:51 +0000 |
commit | 37056aa438ffe6895f43f303d6de45bdafefdccd (patch) | |
tree | 9af7cb5ca6f5ed3bcf8792c435330808456373d5 /Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | |
parent | 1d462235e9301d809d6f8b600e52e43481d77fa4 (diff) |
luamplib update (13may10)
git-svn-id: svn://tug.org/texlive/trunk@18255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib/luamplib.sty')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index dd60059bfbf..ce0a7cbf487 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty @@ -20,12 +20,12 @@ %% \expandafter\ifx\csname ProvidesPackage\endcsname\relax - \input luatextra.sty + \input luatexbase-modutils.sty \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luamplib} - [2009/10/06 v1.02 mplib package for LuaTeX.] - \RequirePackage{luatextra} + [2010/05/10 v1.03 mplib package for LuaTeX.] + \RequirePackage{luatexbase-modutils} \RequirePackage{fancyvrb} \fi @@ -33,9 +33,9 @@ \luatexUseModule{luamplib} -\def\mplibsetformat#1{\directlua0{luamplib.setformat([[#1]])}} +\def\mplibsetformat#1{\directlua{luamplib.setformat([[#1]])}} -\def\mplibsetmemfile#1{\directlua0{luamplib.setmemfile([[#1]])}} +\def\mplibsetmemfile#1{\directlua{luamplib.setmemfile([[#1]])}} \ifnum\pdfoutput>0 @@ -72,7 +72,7 @@ } \long\def\mplibprocess#1{% - \luadirect{luamplib.process([[#1]])}% + \directlua{luamplib.process([[#1]])}% } \else @@ -93,7 +93,7 @@ \begingroup % \FV@hack % \def\FV@ProcessLine##1{% - \luadirect{luamplib.addline([[##1]])}% + \directlua{luamplib.addline([[##1]])}% }% \csname FV@SV@#1\endcsname % \endgroup % |