ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* semicolon in  \useMPgraphic btex ... etex
@ 2004-10-16  6:33 Laurent Chéno
  2004-10-16 12:24 ` Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Chéno @ 2004-10-16  6:33 UTC (permalink / raw)


(* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: semicolon in  \useMPgraphic btex ... etex
  2004-10-16  6:33 semicolon in \useMPgraphic btex ... etex Laurent Chéno
@ 2004-10-16 12:24 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2004-10-16 12:24 UTC (permalink / raw)



Hi there,

Weird, I thought this was fixed in 1999 somewhere?

Anyway, try adding 
	
	\longMPlinestrue

in your preamble.

Greetings, Taco

On Sat, 16 Oct 2004 08:33:31 +0200
Laurent Chéno <laurent.cheno@free.fr> wrote:

> (* Please excuse my poor english *)
> 
> Semicolon usage in btex ... etex seems weird to me. Can you help me ?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-16 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-16  6:33 semicolon in \useMPgraphic btex ... etex Laurent Chéno
2004-10-16 12:24 ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).