On Fri, 14 Mar 2003 13:11:11 +0100
Patrick Gundlach <[EMAIL PROTECTED]> wrote:
 
> I try to get a label in metafun that is broken into two lines:
> 
> some
> text
> 
> the following \break is silently ignored. Putting the textext inside
> a vbox did not help.
> 
> ==================================================
> % interface=en output=pdf
> \starttext
> \startMPcode
> label (textext("some\break text"),origin);
> \stopMPcode
> \stoptext
> ==================================================
> 
> 
> How do I get the some text in two lines?

\rbox{some\\ text} works here

Jens
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to