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
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]
{\st
% 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 diffe