15 Dec
2011
15 Dec
'11
3:06 p.m.
On Thu, 15 Dec 2011, Hans van der Meer wrote:
Is it correct that the use of textext(label,pos) in MetApost pictures does not honor \crlf? I could not make a twoline text with textext("abc\crlf xyz",pos), it comes out as one line "abcxyz". Is it a feature or a defect?
textext("...") is a hbox. So you need to either use textext("\vbox{... \crlf ...}") or textext("\noexpand\framed[align=normal]{... \crlf ...}") Aditya