22 Aug
2009
22 Aug
'09
10:05 a.m.
Hello Hans, is there some simple command to make the following work (in MKII)? (I accept "Not interested since it works in mkiv" as a valid answer :) \starttext % makes sure that textext("") works; is there an equivalent for \sometxt? \forceMPTEXcheck{drawA} \startMPinclusions def drawA = draw fullcircle scaled 3cm; label.top(btex top etex, (0,5cm)); % OK label.rt(\sometxt{right}, (5cm,0)); % nothing label.bot(textext("bottom"), (0,-5cm)); % OK enddef; \stopMPinclusions \startMPcode drawA; \stopMPcode \stoptext Thanks, Mojca