(* Please excuse my poor english *)

Semicolon usage in btex ... etex seems weird to me. Can you help me ?

The following source don't produce the expected result :

%------------ WRONG
\startuseMPgraphic{test}
        
        dotlabel.top(btex 2;3 etex, (0,0)) ;

\stopuseMPgraphic


\starttext \midaligned{\useMPgraphic{test}} \stoptext \end %-------------


But the following is ok :

%-------------- OK
\startuseMPgraphic{test}
        
        dotlabel.top(btex 2,3 etex, (0,0)) ;

\stopuseMPgraphic


\starttext \midaligned{\useMPgraphic{test}} \stoptext \end %-------------

I have the same problem with    btex $2;3$ etex

Thank you for any help,
best regards,

Laurent Ch�no
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to