@@ -85,7 +85,7 @@ See source file '\inFileName' for licencing and contact information.
85
85
% <*driver>
86
86
\NeedsTeXFormat {LaTeX2e}
87
87
\ProvidesFile {luamplib.drv}%
88
- [2024/12/08 v2.36.0 Interface for using the mplib library]%
88
+ [2024/12/09 v2.36.1 Interface for using the mplib library]%
89
89
\documentclass {ltxdoc }
90
90
\usepackage {metalogo,multicol,xspace }
91
91
\usepackage [x11names ]{xcolor }
@@ -155,7 +155,7 @@ See source file '\inFileName' for licencing and contact information.
155
155
% \author{Hans Hagen, Taco Hoekwater, Elie Roux, Philipp Gesang and Kim Dohyun\\
156
156
% Current Maintainer: Kim Dohyun\\
157
157
% Support: \url{https://github.com/lualatex/luamplib}}
158
- % \date{2024/12/08 v2.36.0 }
158
+ % \date{2024/12/09 v2.36.1 }
159
159
%
160
160
% \maketitle
161
161
%
@@ -1133,8 +1133,8 @@ See source file '\inFileName' for licencing and contact information.
1133
1133
1134
1134
luatexbase.provides_module {
1135
1135
name = "luamplib" ,
1136
- version = "2.36.0 " ,
1137
- date = "2024/12/08 " ,
1136
+ version = "2.36.1 " ,
1137
+ date = "2024/12/09 " ,
1138
1138
description = "Lua package to typeset Metapost with LuaTeX's MPLib." ,
1139
1139
}
1140
1140
@@ -3627,7 +3627,7 @@ end
3627
3627
local function do_preobj_shading (object, prescript)
3628
3628
if not prescript or not prescript.sh_operand_type then return end
3629
3629
local on = do_preobj_SH(object, prescript)
3630
- os = format("/PatternType 2/Shading % s", format(pdfetcs.resfmt, on))
3630
+ local os = format("/PatternType 2/Shading % s", format(pdfetcs.resfmt, on))
3631
3631
on = update_pdfobjs()
3632
3632
if pdfmode then
3633
3633
put2output(tableconcat{ "\\latelua{ luamplib.dolatelua(" ,on,",[[",os,"]]) }" })
@@ -4468,7 +4468,7 @@ end
4468
4468
% \begin{macrocode}
4469
4469
\NeedsTeXFormat {LaTeX2e}
4470
4470
\ProvidesPackage {luamplib}
4471
- [2024/12/08 v2.36.0 mplib package for LuaTeX]
4471
+ [2024/12/09 v2.36.1 mplib package for LuaTeX]
4472
4472
\fi
4473
4473
\ifdefined \newluafunction \else
4474
4474
\input ltluatex
0 commit comments