diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-11 22:32:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-11 22:32:20 +0000 |
commit | 2107db0ff048b6acf8de6170f07299202442b4ce (patch) | |
tree | 4a32b2ffa2fb8cac648ba0089fc8672be89ce4d9 /Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | |
parent | 3cc0c51eddc31f37b82f651016191bf3575f3aac (diff) |
luamplib 1.09 (11dec11)
git-svn-id: svn://tug.org/texlive/trunk@24823 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index fdfabcd5efb..e71631ad539 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty @@ -14,7 +14,7 @@ \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luamplib} - [2011/06/23 v1.08 mplib package for LuaTeX] + [2011/12/09 v1.09 mplib package for LuaTeX] \RequirePackage{luatexbase-modutils} \RequirePackage{fancyvrb} \fi @@ -36,7 +36,7 @@ \fi \bgroup\expandafter\expandafter\expandafter\egroup \expandafter\ifx\csname ProvidesPackage\endcsname\relax -\def\mplibsetupcatcodes{ +\def\mplibsetupcatcodes{% \catcode`\{=12 \catcode`\}=12 \catcode`\#=12 \catcode`\^=12 \catcode`\~=12 \catcode`\_=12 \catcode`\%=12 \catcode`\&=12 \catcode`\$=12 } @@ -89,7 +89,7 @@ \fi \ifx\mplibscratchbox\undefined \newbox\mplibscratchbox \fi -\def\mplibstarttoPDF#1#2#3#4{ +\def\mplibstarttoPDF#1#2#3#4{% \hbox\bgroup \xdef\MPllx{#1}\xdef\MPlly{#2}% \xdef\MPurx{#3}\xdef\MPury{#4}% |