12 Feb
2021
12 Feb
'21
11:42 a.m.
What is the correct ways to pass parameters into a \startMPpage section? This does not produce a page (obviously if you know how it works) But how to get the intende output? \def\blz[#1][#2][#3]{ \startMPpage draw thefmttext(#1) shifted(10mm, 20mm); draw thefmttext(#2) shifted(10mm, 205m); draw thefmttext(#3) shifted(10mm, 30mm); \stopMPpage } \blz[01][02][AA] \blz[03][42][ZZ]