19 Jan
2010
19 Jan
'10
9:44 p.m.
On Tue, 19 Jan 2010, Wolfgang Schuster wrote:
Am 19.01.10 21:26, schrieb Aditya Mahajan:
% is problmeatic because you need a character to start a comment and there is AFAIK no way to get the same result from % with a macro
\comment{something}
or
\startcomment ... \stopcomment what about
\starttext text Auf% lage text \stoptext
\starttext text Auf\relax lage text \stoptext
or
\unprotect
\def\foo#1#2% {...}
\protect (with appropriate changes in the catcode tables) For (simple) user macros we already have \define[2]\foo { ... } Aditya