diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-06 21:37:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-06 21:37:07 +0000 |
commit | 6a8a3813b14602e29e21837e50679d8fceea6f19 (patch) | |
tree | d91a12da2f328ec220a0659326f92b1a87c21e3b /Master/texmf-dist/tex/luatex | |
parent | df326f665e2cd0936dfe7a22533c4c518d2da959 (diff) |
luamplib (6apr18)
git-svn-id: svn://tug.org/texlive/trunk@47336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.lua | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua index 32dbb2131af..816b0d9631c 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua @@ -18,8 +18,8 @@ luamplib.lastlog = "" luatexbase.provides_module { name = "luamplib", - version = "2.12.2", - date = "2018/01/04", + version = "2.12.3", + date = "2018/04/06", description = "Lua package to typeset Metapost with LuaTeX's MPLib.", } @@ -614,7 +614,6 @@ if known context_mlib: def data_mpy_file = filename enddef; mfun_do_graphic_text (filename) enddef; - if unknown TEXBOX_: def mfun_do_graphic_text text t = enddef; fi else: vardef textext@# (text t) = rawtextext (t) enddef; fi diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index bc05bf46027..aad69ce75be 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} - [2018/01/04 v2.12.2 mplib package for LuaTeX] + [2018/04/06 v2.12.3 mplib package for LuaTeX] \ifx\newluafunction\@undefined \input ltluatex \fi |