texlive[69069] Master/texmf-dist: luamplib (8dec23)

commits+karl at tug.org commits+karl at tug.org
Fri Dec 8 22:37:27 CET 2023


Revision: 69069
          https://tug.org/svn/texlive?view=revision&revision=69069
Author:   karl
Date:     2023-12-08 22:37:27 +0100 (Fri, 08 Dec 2023)
Log Message:
-----------
luamplib (8dec23)

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	2023-12-08 21:37:15 UTC (rev 69068)
+++ trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS	2023-12-08 21:37:27 UTC (rev 69069)
@@ -1,5 +1,8 @@
                        History of the luamplib package
 
+2023/12/08 2.25.2
+    * info instead of warning when compiling with dviluatex
+
 2023/08/21 2.25.1
     * explicit \par in \mplibstoptoPDF to support LaTeX's paragraph hooks
 

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	2023-12-08 21:37:15 UTC (rev 69068)
+++ trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx	2023-12-08 21:37:27 UTC (rev 69069)
@@ -85,7 +85,7 @@
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{luamplib.drv}%
-  [2023/08/21 v2.25.1 Interface for using the mplib library]%
+  [2023/12/08 v2.25.2 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{2023/08/21 v2.25.1}
+% \date{2023/12/08 v2.25.2}
 %
 % \maketitle
 %
@@ -446,8 +446,8 @@
 
 luatexbase.provides_module {
   name          = "luamplib",
-  version       = "2.25.1",
-  date          = "2023/08/21",
+  version       = "2.25.2",
+  date          = "2023/12/08",
   description   = "Lua package to typeset Metapost with LuaTeX's MPLib.",
 }
 
@@ -2065,7 +2065,7 @@
 \else
   \NeedsTeXFormat{LaTeX2e}
   \ProvidesPackage{luamplib}
-    [2023/08/21 v2.25.1 mplib package for LuaTeX]
+    [2023/12/08 v2.25.2 mplib package for LuaTeX]
   \ifx\newluafunction\@undefined
   \input ltluatex
   \fi
@@ -2101,17 +2101,17 @@
 %
 %    luamplib works in both PDF and DVI mode,
 %    but only DVIPDFMx is supported currently among a number of DVI tools.
-%    So we output a warning.
+%    So we output a info.
 %    \begin{macrocode}
 \ifnum\pdfoutput>0
   \let\mplibtoPDF\pdfliteral
 \else
   \def\mplibtoPDF#1{\special{pdf:literal direct #1}}
-  \ifcsname PackageWarning\endcsname
-    \PackageWarning{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
+  \ifcsname PackageInfo\endcsname
+    \PackageInfo{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
   \else
     \write128{}
-    \write128{luamplib Warning: take dvipdfmx path, no support for other dvi tools currently.}
+    \write128{luamplib Info: take dvipdfmx path, no support for other dvi tools currently.}
     \write128{}
   \fi
 \fi

Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua	2023-12-08 21:37:15 UTC (rev 69068)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua	2023-12-08 21:37:27 UTC (rev 69069)
@@ -11,8 +11,8 @@
 
 luatexbase.provides_module {
   name          = "luamplib",
-  version       = "2.25.1",
-  date          = "2023/08/21",
+  version       = "2.25.2",
+  date          = "2023/12/08",
   description   = "Lua package to typeset Metapost with LuaTeX's MPLib.",
 }
 

Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty	2023-12-08 21:37:15 UTC (rev 69068)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty	2023-12-08 21:37:27 UTC (rev 69069)
@@ -14,7 +14,7 @@
 \else
   \NeedsTeXFormat{LaTeX2e}
   \ProvidesPackage{luamplib}
-    [2023/08/21 v2.25.1 mplib package for LuaTeX]
+    [2023/12/08 v2.25.2 mplib package for LuaTeX]
   \ifx\newluafunction\@undefined
   \input ltluatex
   \fi
@@ -32,11 +32,11 @@
   \let\mplibtoPDF\pdfliteral
 \else
   \def\mplibtoPDF#1{\special{pdf:literal direct #1}}
-  \ifcsname PackageWarning\endcsname
-    \PackageWarning{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
+  \ifcsname PackageInfo\endcsname
+    \PackageInfo{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
   \else
     \write128{}
-    \write128{luamplib Warning: take dvipdfmx path, no support for other dvi tools currently.}
+    \write128{luamplib Info: take dvipdfmx path, no support for other dvi tools currently.}
     \write128{}
   \fi
 \fi



More information about the tex-live-commits mailing list.