summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-21 20:21:35 +0000
committerKarl Berry <karl@freefriends.org>2023-08-21 20:21:35 +0000
commitab04753ec692a8080fca77d94a141f5e0fa0628d (patch)
treef98b4cb59d248b7af748d6e23040b5f4bf975cd5 /Master
parent6372871ae1ea3ef75845dd9acf4f5164268000f7 (diff)
luamplib (21aug23)
git-svn-id: svn://tug.org/texlive/trunk@68008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/NEWS3
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/README2
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/luamplib.pdfbin153613 -> 153620 bytes
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx11
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.lua4
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty3
6 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS
index f66689f163f..72bd87b2ffa 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/NEWS
+++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS
@@ -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.
diff --git a/Master/texmf-dist/doc/luatex/luamplib/README b/Master/texmf-dist/doc/luatex/luamplib/README
index 95189129820..58b6cc9a8ca 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/README
+++ b/Master/texmf-dist/doc/luatex/luamplib/README
@@ -7,6 +7,8 @@ DVIPDFMx is the only DVI tool currently supported.
This package is developed on <http://github.com/lualatex/luamplib>.
+The current maintainer is Dohyun Kim <nomosnomos@gmail.com>.
+
Installation
------------
diff --git a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
index 45be990ec5b..301e428103b 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 61e3878a17f..949f69c5fe1 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}%
- [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 @@ 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{2023/08/07 v2.25.0}
+% \date{2023/08/21 v2.25.1}
%
% \maketitle
%
@@ -446,8 +446,8 @@ See source file '\inFileName' for licencing and contact information.
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 @@ luamplib.colorconverter = colorconverter
\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 @@ luamplib.colorconverter = colorconverter
\noindent
}
\def\mplibstoptoPDF{%
+ \par
\egroup %
\setbox\mplibscratchbox\hbox %
{\hskip-\MPllx bp%
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
index af7666ecc96..f953e1fd186 100644
--- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
+++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
@@ -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.",
}
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index 9d274bd4530..f13f027189b 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}
- [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%