Re: [NTG-context] Why do \startlines and \crlf give different results in this example?

2011-03-12 Thread Wolfgang Schuster

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
___


Re: [NTG-context] Why do \startlines and \crlf give different results in this example?

2011-03-12 Thread mathew
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
___
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
___