Re: [NTG-context] command definition

2004-06-25 Thread Hans Hagen
[EMAIL PROTECTED] wrote: is it possible anything like the following ? \def\MySomeTable#1% { \startbuffer #1 \stopbuffer } buffers use catcode trickery, so cannot be used in macros'; you can use \setbuffer[name]{...} with \getbuffer[name] \MySomeTable{ \starttable blah blah blah... \stoptable }

[NTG-context] command definition

2004-06-24 Thread jimarin
is it possible anything like the following ? \def\MySomeTable#1% { \startbuffer #1 \stopbuffer } \MySomeTable{ \starttable blah blah blah... \stoptable } I find it difficult... Jose ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mai