summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-08 21:37:27 +0000
committerKarl Berry <karl@freefriends.org>2023-12-08 21:37:27 +0000
commit07a6341624ac55b4b7cfce4ca73a8a5b9fd6219d (patch)
treead0371722fc35c8784e93fcf448d79c8910caf8e /Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
parented92bc5a13c2e61d4b2e0dfe22bedb92bc0cdd2b (diff)
luamplib (8dec23)
git-svn-id: svn://tug.org/texlive/trunk@69069 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib/luamplib.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index f13f027189b..e8304327ee4 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/21 v2.25.1 mplib package for LuaTeX]
+ [2023/12/08 v2.25.2 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi
@@ -32,11 +32,11 @@
\let\mplibtoPDF\pdfliteral
\else
\def\mplibtoPDF#1{\special{pdf:literal direct #1}}
- \ifcsname PackageWarning\endcsname
- \PackageWarning{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
+ \ifcsname PackageInfo\endcsname
+ \PackageInfo{luamplib}{take dvipdfmx path, no support for other dvi tools currently.}
\else
\write128{}
- \write128{luamplib Warning: take dvipdfmx path, no support for other dvi tools currently.}
+ \write128{luamplib Info: take dvipdfmx path, no support for other dvi tools currently.}
\write128{}
\fi
\fi