12 Mar
2011
12 Mar
'11
8:15 a.m.
Am 12.03.2011 um 05:48 schrieb mathew:
% First request no space before \setuplines[before=\nowhitespace,after=\nowhitespace]
% Now use startlines...
\framed[width=fit,align=right]{\startlines One Two Three\stoplines}
\framed [width=fit,align=right,strut=no] {\startlines[before=,after=] One Two Three \stoplines}
% ...then compare with \crlf. \framed[width=fit,align=right]{One\crlf Two\crlf Three}
\framed [width=fit,align=right] {One\\Two\\Three} Wolfgang