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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to