summaryrefslogtreecommitdiff
path: root/macros/luatex/generic
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-22 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2023-08-22 03:01:06 +0000
commitcf3e954514eb50bea0335bdc97d6b76f80f5d03e (patch)
tree84960c9724915fd64626f3b8c532a671ea7e87f2 /macros/luatex/generic
parentf4e4c48e897bec27fd8d07ba278c03c6f0c64336 (diff)
CTAN sync 202308220301
Diffstat (limited to 'macros/luatex/generic')
-rw-r--r--macros/luatex/generic/luamplib/NEWS3
-rw-r--r--macros/luatex/generic/luamplib/README2
-rw-r--r--macros/luatex/generic/luamplib/luamplib.dtx11
-rw-r--r--macros/luatex/generic/luamplib/luamplib.pdfbin153613 -> 153620 bytes
4 files changed, 11 insertions, 5 deletions
diff --git a/macros/luatex/generic/luamplib/NEWS b/macros/luatex/generic/luamplib/NEWS
index f66689f163..72bd87b2ff 100644
--- a/macros/luatex/generic/luamplib/NEWS
+++ b/macros/luatex/generic/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/macros/luatex/generic/luamplib/README b/macros/luatex/generic/luamplib/README
index 9518912982..58b6cc9a8c 100644
--- a/macros/luatex/generic/luamplib/README
+++ b/macros/luatex/generic/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/macros/luatex/generic/luamplib/luamplib.dtx b/macros/luatex/generic/luamplib/luamplib.dtx
index 61e3878a17..949f69c5fe 100644
--- a/macros/luatex/generic/luamplib/luamplib.dtx
+++ b/macros/luatex/generic/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/macros/luatex/generic/luamplib/luamplib.pdf b/macros/luatex/generic/luamplib/luamplib.pdf
index 45be990ec5..301e428103 100644
--- a/macros/luatex/generic/luamplib/luamplib.pdf
+++ b/macros/luatex/generic/luamplib/luamplib.pdf
Binary files differ