summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luamplib/luamplib.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-09 03:03:37 +0000
committerNorbert Preining <norbert@preining.info>2023-12-09 03:03:37 +0000
commit1bac51c9be71358b55925783e16f3d8bc03d630b (patch)
tree3e7fe5a309cf68674318a5396ebb83fa5f7a051e /macros/luatex/generic/luamplib/luamplib.dtx
parent24d8cd26aa53d1cac2260d29c6cf1c387a61a32a (diff)
CTAN sync 202312090303
Diffstat (limited to 'macros/luatex/generic/luamplib/luamplib.dtx')
-rw-r--r--macros/luatex/generic/luamplib/luamplib.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/luatex/generic/luamplib/luamplib.dtx b/macros/luatex/generic/luamplib/luamplib.dtx
index 949f69c5fe..023c73b933 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/21 v2.25.1 Interface for using the mplib library]%
+ [2023/12/08 v2.25.2 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/21 v2.25.1}
+% \date{2023/12/08 v2.25.2}
%
% \maketitle
%
@@ -446,8 +446,8 @@ See source file '\inFileName' for licencing and contact information.
luatexbase.provides_module {
name = "luamplib",
- version = "2.25.1",
- date = "2023/08/21",
+ version = "2.25.2",
+ date = "2023/12/08",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
}
@@ -2065,7 +2065,7 @@ luamplib.colorconverter = colorconverter
\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
@@ -2101,17 +2101,17 @@ luamplib.colorconverter = colorconverter
%
% luamplib works in both PDF and DVI mode,
% but only DVIPDFMx is supported currently among a number of DVI tools.
-% So we output a warning.
+% So we output a info.
% \begin{macrocode}
\ifnum\pdfoutput>0
\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