texlive[47336] Master/texmf-dist: luamplib (6apr18)

commits+karl at tug.org commits+karl at tug.org
Fri Apr 6 23:37:07 CEST 2018


Revision: 47336
          http://tug.org/svn/texlive?view=revision&revision=47336
Author:   karl
Date:     2018-04-06 23:37:07 +0200 (Fri, 06 Apr 2018)
Log Message:
-----------
luamplib (6apr18)

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-04-06 21:36:53 UTC (rev 47335)
+++ trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS	2018-04-06 21:37:07 UTC (rev 47336)
@@ -1,5 +1,9 @@
                        History of the luamplib package
 
+2018/04/06 2.12.3
+    * step copyright year
+    * remove a line relating graphictext hindrance
+
 2018/01/04 2.12.2
     * workaround issue #70 "Labels outside beginfig...endfig are not inherited"
     * address issue #71 "metafun problem: arrow tips are not filled"

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-04-06 21:36:53 UTC (rev 47335)
+++ trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx	2018-04-06 21:37:07 UTC (rev 47336)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment -- by the way, this file contains UTF-8
 %
-% Copyright (C) 2008-2017 by Hans Hagen, Taco Hoekwater, Elie Roux,
+% Copyright (C) 2008-2018 by Hans Hagen, Taco Hoekwater, Elie Roux,
 % Manuel Pégourié-Gonnard, Philipp Gesang and Kim Dohyun.
 % Currently maintained by the LuaLaTeX development team.
 % Support: <lualatex-dev at tug.org>
@@ -85,7 +85,7 @@
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{luamplib.drv}%
-  [2018/01/04 v2.12.2 Interface for using the mplib library]%
+  [2018/04/06 v2.12.3 Interface for using the mplib library]%
 \documentclass{ltxdoc}
 \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}
 \usepackage[x11names]{xcolor}
@@ -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/01/04 v2.12.2}
+% \date{2018/04/06 v2.12.3}
 %
 % \maketitle
 %
@@ -373,8 +373,8 @@
 
 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.",
 }
 
@@ -1049,7 +1049,6 @@
     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
@@ -1779,7 +1778,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

Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua	2018-04-06 21:36:53 UTC (rev 47335)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua	2018-04-06 21:37:07 UTC (rev 47336)
@@ -18,8 +18,8 @@
 
 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 @@
     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

Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty	2018-04-06 21:36:53 UTC (rev 47335)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty	2018-04-06 21:37:07 UTC (rev 47336)
@@ -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



More information about the tex-live-commits mailing list