diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-01 17:57:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-01 17:57:42 +0000 |
commit | a71a4dcee161662cf17d488c19db04ced2ab6ba7 (patch) | |
tree | 7a9b6b0936e686752e37e4b8ae511f1f85322397 /Master/texmf-dist/tex/luatex/luamplib | |
parent | 247cabc8f66cf4525f2cb58716f64b6358c6d318 (diff) |
luamplib (16apr18)
git-svn-id: svn://tug.org/texlive/trunk@47547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.lua | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua index 816b0d9631c..4cc61116c0e 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.3", - date = "2018/04/06", + version = "2.12.4", + date = "2018/04/16", description = "Lua package to typeset Metapost with LuaTeX's MPLib.", } @@ -162,6 +162,7 @@ local noneedtoreplace = { ["mp-idea.mpiv"] = true, ["mp-luas.mpiv"] = true, ["mp-mlib.mpiv"] = true, + ["mp-node.mpiv"] = true, ["mp-page.mpiv"] = true, ["mp-shap.mpiv"] = true, ["mp-step.mpiv"] = true, @@ -261,7 +262,7 @@ end local randomseed = nil -local mpkpse = kpse.new("luatex", "mpost") +local mpkpse = kpse.new(arg[0], "mpost") local special_ftype = { pfb = "type1 fonts", diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index aad69ce75be..186150ed8b4 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/04/06 v2.12.3 mplib package for LuaTeX] + [2018/04/16 v2.12.4 mplib package for LuaTeX] \ifx\newluafunction\@undefined \input ltluatex \fi |