texlive[47547] Master/texmf-dist: luamplib (16apr18)

commits+karl at tug.org commits+karl at tug.org
Tue May 1 19:57:42 CEST 2018


Revision: 47547
          http://tug.org/svn/texlive?view=revision&revision=47547
Author:   karl
Date:     2018-05-01 19:57:42 +0200 (Tue, 01 May 2018)
Log Message:
-----------
luamplib (16apr18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS
    trunk/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
    trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
    trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
    trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty

Modified: trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS	2018-05-01 17:57:30 UTC (rev 47546)
+++ trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS	2018-05-01 17:57:42 UTC (rev 47547)
@@ -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

Modified: trunk/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
===================================================================
--- trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx	2018-05-01 17:57:30 UTC (rev 47546)
+++ trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx	2018-05-01 17:57:42 UTC (rev 47547)
@@ -85,7 +85,7 @@
 %<*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 @@
   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 @@
 % \author{Hans Hagen, Taco Hoekwater, Elie Roux, Philipp Gesang and Kim Dohyun\\
 % Maintainer: LuaLaTeX Maintainers ---
 % Support: \email{lualatex-dev at tug.org}}
-% \date{2018/04/06 v2.12.3}
+% \date{2018/04/16 v2.12.4}
 %
 % \maketitle
 %
@@ -373,8 +373,8 @@
 
 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 @@
   ["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 @@
 %
 %    \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 @@
 \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

Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua	2018-05-01 17:57:30 UTC (rev 47546)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua	2018-05-01 17:57:42 UTC (rev 47547)
@@ -18,8 +18,8 @@
 
 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 @@
   ["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 @@
 
 local randomseed = nil
 
-local mpkpse = kpse.new("luatex", "mpost")
+local mpkpse = kpse.new(arg[0], "mpost")
 
 local special_ftype = {
   pfb = "type1 fonts",

Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty	2018-05-01 17:57:30 UTC (rev 47546)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty	2018-05-01 17:57:42 UTC (rev 47547)
@@ -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



More information about the tex-live-commits mailing list