14 Mar
2003
14 Mar
'03
1:18 p.m.
On Fri, 14 Mar 2003 13:11:11 +0100
Patrick Gundlach
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