diff options
author | Karl Berry <karl@freefriends.org> | 2023-08-21 20:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-08-21 20:21:35 +0000 |
commit | ab04753ec692a8080fca77d94a141f5e0fa0628d (patch) | |
tree | f98b4cb59d248b7af748d6e23040b5f4bf975cd5 /Master/texmf-dist/tex/luatex | |
parent | 6372871ae1ea3ef75845dd9acf4f5164268000f7 (diff) |
luamplib (21aug23)
git-svn-id: svn://tug.org/texlive/trunk@68008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.lua | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua index af7666ecc96..f953e1fd186 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua @@ -11,8 +11,8 @@ luatexbase.provides_module { name = "luamplib", - version = "2.25.0", - date = "2023/08/07", + version = "2.25.1", + date = "2023/08/21", description = "Lua package to typeset Metapost with LuaTeX's MPLib.", } diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index 9d274bd4530..f13f027189b 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} - [2023/08/07 v2.25.0 mplib package for LuaTeX] + [2023/08/21 v2.25.1 mplib package for LuaTeX] \ifx\newluafunction\@undefined \input ltluatex \fi @@ -218,6 +218,7 @@ \noindent } \def\mplibstoptoPDF{% + \par \egroup % \setbox\mplibscratchbox\hbox % {\hskip-\MPllx bp% |