At 16:33 23/09/2003 +0200, you wrote:
Don't mess with verbatim stuff in commands. Don't ask why, just don't
do it ;-)

use buffers instead


has to do with tex collapsing spaces into one, lineendings being spaces, active characters etc

And: TeX != C. Don't write C-like TeX-braces:

{
 \this
  {
  \that
   {

This will give you a hard time looking for unwanted spaces.

\unprotect


\def\beginmacro{\catcode`\^^M=\@@ignore}
\def\endmacro  {\catcode`\^^M=\@@endofline}

\protect

\beginmacro

\def\patrickneedsatexchallengeeachday#1
  {Does he?
   (#1)
   Why's That?}

\endmacro
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                       information: http://www.pragma-ade.com/roadmap.pdf
                    documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to