Re: [NTG-context] Whitespace significance without verbatim

2007-11-30 Thread Wolfgang Schuster
2007/11/30, Mike Santy [EMAIL PROTECTED]:
 Thanks.  Works like a champ.

 Cheers,
 Mike

This is possible in varbatim mode with a few restrictions (just to know).

\starttext
\setuptyping[option=commands]
\starttyping
write what you want
  /BTEX {\it Either italic} or not/ETEX
\stoptyping
\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Whitespace significance without verbatim

2007-11-29 Thread Mike Santy
Is there an environment that preserves whitespace (like typing), but still
processes \bf \it and other text formatting commands (unlike typing).

Any thoughts?

Cheers,
Mike

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Whitespace significance without verbatim

2007-11-29 Thread Aditya Mahajan
On Thu, 29 Nov 2007, Mike Santy wrote:

 Is there an environment that preserves whitespace (like typing), but still
 processes \bf \it and other text formatting commands (unlike typing).

\setuplines[space=yes]

\startlines
write what you want
   {\bf Either bold} or not
\stoplines

Aditya
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Whitespace significance without verbatim

2007-11-29 Thread Mike Santy
Thanks.  Works like a champ.

Cheers,
Mike

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___