summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/NEWS4
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/luamplib.pdfbin162085 -> 154122 bytes
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx15
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.lua7
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty2
5 files changed, 17 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS
index 3e9b74a0752..47deffcbca5 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/NEWS
+++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS
@@ -1,5 +1,9 @@
History of the luamplib package
+2018/04/16 2.12.4
+ * workaround issue #74 relating to PATH limitation
+ * substitute InconsolataN font for Liberation Mono in the manual
+
2018/04/06 2.12.3
* step copyright year
* remove a line relating graphictext hindrance
diff --git a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
index 82bea2bc102..f7f0ab43d63 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
+++ b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
index a4eab997fc6..375fc24769c 100644
--- a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
+++ b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
@@ -85,7 +85,7 @@ See source file '\inFileName' for licencing and contact information.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luamplib.drv}%
- [2018/04/06 v2.12.3 Interface for using the mplib library]%
+ [2018/04/16 v2.12.4 Interface for using the mplib library]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -112,7 +112,7 @@ See source file '\inFileName' for licencing and contact information.
ItalicFont = {Linux Libertine O Italic},
SlantedFont = {Linux Libertine O Italic},
]{Linux Libertine O}
-\setmonofont[Ligatures=TeX,Scale=MatchLowercase]{Liberation Mono}
+\setmonofont[Ligatures=TeX,Scale=MatchLowercase]{InconsolataN}
%setsansfont[Ligatures=TeX]{Linux Biolinum O}
\setsansfont[Ligatures=TeX,Scale=MatchLowercase]{Iwona Medium}
%setmathfont{XITS Math}
@@ -153,7 +153,7 @@ See source file '\inFileName' for licencing and contact information.
% \author{Hans Hagen, Taco Hoekwater, Elie Roux, Philipp Gesang and Kim Dohyun\\
% Maintainer: LuaLaTeX Maintainers ---
% Support: \email{lualatex-dev@tug.org}}
-% \date{2018/04/06 v2.12.3}
+% \date{2018/04/16 v2.12.4}
%
% \maketitle
%
@@ -373,8 +373,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.",
}
@@ -533,6 +533,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,
@@ -638,7 +639,7 @@ local randomseed = nil
%
% \begin{macrocode}
-local mpkpse = kpse.new("luatex", "mpost")
+local mpkpse = kpse.new(arg[0], "mpost")
local special_ftype = {
pfb = "type1 fonts",
@@ -1778,7 +1779,7 @@ luamplib.colorconverter = colorconverter
\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
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