From c348c10c717f96f00b54fddf0bd6c65555bedc4e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Mar 2024 21:11:25 +0000 Subject: luamplib (4mar24) git-svn-id: svn://tug.org/texlive/trunk@70396 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/luatex/luamplib/NEWS | 7 +++++++ Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf | Bin 153704 -> 154724 bytes .../doc/luatex/luamplib/test-luamplib-latex.tex | 1 + .../doc/luatex/luamplib/test-luamplib-plain.tex | 1 + 4 files changed, 9 insertions(+) (limited to 'Master/texmf-dist/doc/luatex') diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS index 3e91c9cc67b..c39210cca1d 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/NEWS +++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS @@ -1,5 +1,12 @@ History of the luamplib package +2024/03/04 2.26.2 + * color expressions ('red!50') are supported with xcolor package only + +2024/03/04 2.26.1 + * attempt to support l3color: \mpcolor{color expression} + * cope with mp.report warning produced by 'message' under metafun + 2024/03/01 2.26.0 * when \mplibcachedir{} is not set, default cache directory will be in the following order: diff --git a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf index 506ec49715c..dc0c89a4849 100644 Binary files a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf and b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf differ diff --git a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex index e3b04413361..c9e3dc8c7d1 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex +++ b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex @@ -81,6 +81,7 @@ B\par\mplibforcehmode \mplibglobaltextext{disable}\par \mplibsetformat{metafun}% \begin{mplibcode} +message "Hello World!"; verbatimtex \moveright 0.4\hsize etex beginfig(0); path p; p:= fullcircle scaled 2cm yshifted .5cm; diff --git a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-plain.tex b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-plain.tex index b2be4bece1a..20773b280fe 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-plain.tex +++ b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-plain.tex @@ -79,6 +79,7 @@ B\par\mplibforcehmode \mplibglobaltextext{disable}\par \mplibsetformat{metafun}% \mplibcode +message "Hello World!"; verbatimtex \moveright 0.4\hsize etex beginfig(0); path p; p:= fullcircle scaled 2cm yshifted .5cm; -- cgit v1.2.3