summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-29 21:35:59 +0000
committerKarl Berry <karl@freefriends.org>2024-03-29 21:35:59 +0000
commita67cffcb099da5ecc2ac9adf726fa29f22899380 (patch)
treefd05ed0de42945fcb5fb1dea3c8ae42cd8605fe0 /Master/texmf-dist/source
parentff4e3b54056f06c0dce5f9423003d8c8fbb5fe33 (diff)
luamplib (29mar24)
git-svn-id: svn://tug.org/texlive/trunk@70810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
index a0fdf46c3f3..7c8bdd97f5d 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}%
- [2024/03/23 v2.27.0 Interface for using the mplib library]%
+ [2024/03/29 v2.27.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{2024/03/23 v2.27.0}
+% \date{2024/03/29 v2.27.1}
%
% \maketitle
%
@@ -455,21 +455,21 @@ See source file '\inFileName' for licencing and contact information.
luatexbase.provides_module {
name = "luamplib",
- version = "2.27.0",
- date = "2024/03/23",
+ version = "2.27.1",
+ date = "2024/03/29",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
}
local format, abs = string.format, math.abs
local err = function(...)
- return luatexbase.module_error ("luamplib", select("#",...) > 1 and format(...) or ...)
+ return luatexbase.module_error ("luamplib", format(...))
end
local warn = function(...)
- return luatexbase.module_warning("luamplib", select("#",...) > 1 and format(...) or ...)
+ return luatexbase.module_warning("luamplib", format(...))
end
local info = function(...)
- return luatexbase.module_info ("luamplib", select("#",...) > 1 and format(...) or ...)
+ return luatexbase.module_info ("luamplib", format(...))
end
% \end{macrocode}
@@ -1361,7 +1361,7 @@ luamplib.everyendmplib = { [""] = "" }
local function process_mplibcode (data, instance)
instancename = instance
- texboxes.localid = 4096
+ texboxes.locals, texboxes.localid = {}, 4096
% \end{macrocode}
%
@@ -2193,7 +2193,7 @@ luamplib.colorconverter = colorconverter
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2024/03/23 v2.27.0 mplib package for LuaTeX]
+ [2024/03/29 v2.27.1 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi