summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-04 21:11:25 +0000
committerKarl Berry <karl@freefriends.org>2024-03-04 21:11:25 +0000
commitc348c10c717f96f00b54fddf0bd6c65555bedc4e (patch)
tree07d408903863c15cc031b073e841d721dcad2849 /Master/texmf-dist/doc/luatex
parent8513513489880b54cfb194c0e604e3cc48de83e1 (diff)
luamplib (4mar24)
git-svn-id: svn://tug.org/texlive/trunk@70396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/NEWS7
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/luamplib.pdfbin153704 -> 154724 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex1
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/test-luamplib-plain.tex1
4 files changed, 9 insertions, 0 deletions
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{<dir>} 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
--- a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
+++ b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
Binary files 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;