texlive[68008] Master/texmf-dist: luamplib (21aug23)
commits+karl at tug.org
commits+karl at tug.org
Mon Aug 21 22:21:35 CEST 2023
Revision: 68008
http://tug.org/svn/texlive?view=revision&revision=68008
Author: karl
Date: 2023-08-21 22:21:35 +0200 (Mon, 21 Aug 2023)
Log Message:
-----------
luamplib (21aug23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS
trunk/Master/texmf-dist/doc/luatex/luamplib/README
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-08-21 20:21:25 UTC (rev 68007)
+++ trunk/Master/texmf-dist/doc/luatex/luamplib/NEWS 2023-08-21 20:21:35 UTC (rev 68008)
@@ -1,5 +1,8 @@
History of the luamplib package
+2023/08/21 2.25.1
+ * explicit \par in \mplibstoptoPDF to support LaTeX's paragraph hooks
+
2023/08/07 2.25.0
* propagate tex's jobname varible into mplib process as well.
* protect "..." if and only if textextlabel is enabled.
Modified: trunk/Master/texmf-dist/doc/luatex/luamplib/README
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luamplib/README 2023-08-21 20:21:25 UTC (rev 68007)
+++ trunk/Master/texmf-dist/doc/luatex/luamplib/README 2023-08-21 20:21:35 UTC (rev 68008)
@@ -7,7 +7,9 @@
This package is developed on <http://github.com/lualatex/luamplib>.
+The current maintainer is Dohyun Kim <nomosnomos at gmail.com>.
+
Installation
------------
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-08-21 20:21:25 UTC (rev 68007)
+++ trunk/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx 2023-08-21 20:21:35 UTC (rev 68008)
@@ -85,7 +85,7 @@
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luamplib.drv}%
- [2023/08/07 v2.25.0 Interface for using the mplib library]%
+ [2023/08/21 v2.25.1 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/07 v2.25.0}
+% \date{2023/08/21 v2.25.1}
%
% \maketitle
%
@@ -446,8 +446,8 @@
luatexbase.provides_module {
name = "luamplib",
- version = "2.25.0",
- date = "2023/08/07",
+ version = "2.25.1",
+ date = "2023/08/21",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
}
@@ -2065,7 +2065,7 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2023/08/07 v2.25.0 mplib package for LuaTeX]
+ [2023/08/21 v2.25.1 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi
@@ -2350,6 +2350,7 @@
\noindent
}
\def\mplibstoptoPDF{%
+ \par
\egroup %
\setbox\mplibscratchbox\hbox %
{\hskip-\MPllx bp%
Modified: trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua 2023-08-21 20:21:25 UTC (rev 68007)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua 2023-08-21 20:21:35 UTC (rev 68008)
@@ -11,8 +11,8 @@
luatexbase.provides_module {
name = "luamplib",
- version = "2.25.0",
- date = "2023/08/07",
+ version = "2.25.1",
+ date = "2023/08/21",
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-08-21 20:21:25 UTC (rev 68007)
+++ trunk/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty 2023-08-21 20:21:35 UTC (rev 68008)
@@ -14,7 +14,7 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2023/08/07 v2.25.0 mplib package for LuaTeX]
+ [2023/08/21 v2.25.1 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi
@@ -218,6 +218,7 @@
\noindent
}
\def\mplibstoptoPDF{%
+ \par
\egroup %
\setbox\mplibscratchbox\hbox %
{\hskip-\MPllx bp%
More information about the tex-live-commits
mailing list.