Why do \startlines and \crlf give different results in this example?
% First request no space before \setuplines[before=\nowhitespace,after=\nowhitespace] % Now use startlines... \framed[width=fit,align=right]{\startlines One Two Three\stoplines} % ...then compare with \crlf. \framed[width=fit,align=right]{One\crlf Two\crlf Three} Why do these give different results, and how do I make the former behave like the latter? mathew -- URL:http://www.pobox.com/~meta/
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
On Mar 12, 2011, at 02:15, Wolfgang Schuster wrote:
\framed [width=fit,align=right,strut=no] {\startlines[before=,after=] One Two Three \stoplines}
Awesome, thanks. I added a note to the wiki page about \framed, and subsequently discovered the information was hidden on the page about verbatim linebreaks. mathew
participants (2)
-
mathew
-
Wolfgang Schuster