summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib/luamplib.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty9
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index d3fa801151e..66557706dfe 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}
- [2024/04/12 v2.28.0 mplib package for LuaTeX]
+ [2024/04/19 v2.28.1 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi
@@ -22,7 +22,6 @@
\directlua{require("luamplib")}
\ifx\pdfoutput\undefined
\let\pdfoutput\outputmode
- \protected\def\pdfliteral{\pdfextension literal}
\fi
\ifx\pdfliteral\undefined
\protected\def\pdfliteral{\pdfextension literal}
@@ -33,11 +32,9 @@
\else
\def\mplibtoPDF#1{\special{pdf:literal direct #1}}
\ifcsname PackageInfo\endcsname
- \PackageInfo{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
+ \PackageInfo{luamplib}{only dvipdfmx is supported currently}
\else
- \write128{}
- \write128{luamplib Info: take dvipdfmx path, no support for other dvi tools currently.}
- \write128{}
+ \write128{luamplib Info: only dvipdfmx is supported currently}
\fi
\fi
\def\mplibforcehmode{\let\prependtomplibbox\leavevmode}