16 Oct
2004
16 Oct
'04
6:33 a.m.
(* 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