ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* inline-graphics and unwanted line-break
@ 2007-11-29 12:51 Peter Schorsch
  2007-11-29 15:47 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Schorsch @ 2007-11-29 12:51 UTC (permalink / raw)
  To: ntg-context

Hi, 

I have a small metapost graphic I like to use inline. But the arragement 
behaves a little bit "unpractically". As soon there is no character in front 
of the graphic context will break the line after the graphic - but as soon 
there is a character in front of the graphic, context does not adding a 
linebreak after the graphic.

Does anyone know how to prevent the line-break after the graphic if the 
graphic is the first inline?

Thanks, P.

example-file:

\startuseMPgraphic{zo}
	color schwarz ; schwarz := (.0,.0,.0) ;
 	draw 
(0pt,0pt)--(0pt,8pt)--(5pt,12pt)--(10pt,8pt)--(10pt,0pt)--(0pt,0pt)--cycle 
withcolor schwarz ;
\stopuseMPgraphic

\starttext

\hbox{\useMPgraphic{zo}} test text - why a line-break? How to prevent this?

a \hbox{\useMPgraphic{zo}} test text - this is fine: no line-break!

\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2007-11-29 17:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-29 12:51 inline-graphics and unwanted line-break Peter Schorsch
2007-11-29 15:47 ` Wolfgang Schuster
2007-11-29 16:45   ` luigi scarso
2007-11-29 16:51     ` Wolfgang Schuster
2007-11-29 17:14       ` luigi scarso

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).