[metapost] Luamplib + instancenames
Christophe Poulain
chrpoulain at gmail.com
Tue Dec 10 23:17:45 CET 2024
Before a recent update of luamplib (but I don't know the version number
which cause this :( ), this code
--------------------------------
\documentclass{article}
\usepackage{luamplib}
\begin{document}
\def\InstanceName{A}
\begin{mplibcode}[\InstanceName]
beginfig(1);
draw (0,0)--(50,50);
pair H;
H=(0,0);
endfig;
\end{mplibcode}
\end{document}
-----------------------
worked. Now, it products nothing.
It's an update (and so, how make a personalize instancename ?) or a bug ?
Greetings
Christophe Poulain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/metapost/attachments/20241210/b27fb915/attachment.htm>
More information about the metapost
mailing list.