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


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to