summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-19 22:50:05 +0000
committerKarl Berry <karl@freefriends.org>2013-12-19 22:50:05 +0000
commite79024c0c4b136036ad806dc3f848b5e388fdbf3 (patch)
tree158495cd8c96909130b92cca8b9a92cd06a9bd08 /Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
parent0eeb8fd7c5fc267ce00c5e410b6f8335dad303c8 (diff)
luamplib (19dec13)
git-svn-id: svn://tug.org/texlive/trunk@32451 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.sty4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index ea377e7e895..ceff5edcddb 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}
- [2013/12/11 v2.03 mplib package for LuaTeX]
+ [2013/12/19 v2.1 mplib package for LuaTeX]
\RequirePackage{luatexbase-modutils}
\RequirePackage{pdftexcmds}
\fi
@@ -44,6 +44,7 @@
\bgroup\expandafter\expandafter\expandafter\egroup
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
\def\mplibcode{%
+ \begingroup
\bgroup
\mplibsetupcatcodes
\mplibdocode %
@@ -56,6 +57,7 @@
\directlua{
luamplib.processwithTEXboxes(luamplib.tempdata)
}%
+ \endgroup
}
\else
\newenvironment{mplibcode}{\toks@{}\ltxdomplibcode}{}