6 Jan
2006
6 Jan
'06
8:43 p.m.
On Jan 6, 2006, at 18:56, Hans Hagen wrote:
There almost certainly is an 'official' way to add some statements to the beginning of each figure, but, in any case, it works if you store your settings in extra_beginfig:
\startMPinclusions extra_beginfig := "drawoptions(withcolor green)"; \stopMPinclusions
maybe best is to append instead of assign
I am not sure about the exact syntax of that append. Is there a special macro in the context/metafun package or is it extra_beginfig := extra_beginfig&"drawoptions(withcolor green)";? yours sincerely, dr. H. van der Meer