Global Luametafun settings
Wolfgang Schuster <[email protected]>
| Newsgroups | gmane.comp.tex.context |
|---|---|
| Message-ID | <[email protected]> |
Hi, what's the recommended way to make global changes to metapost commands which use the new luametafun interface? Below is a simple example with lmt_text with the method I use for my own command. \starttext \startMPcode draw lmt_text [ text = "Dummy" ]; \stopMPcode \startMPcalculation setparameters "text" [ color = "red" ]; \stopMPcalculation \startMPcode draw lmt_text [ text = "Dummy" ]; \stopMPcode \stoptext Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________