[NTG-context] creating environments
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Mon Jan 29 13:21:12 CET 2007
Hi all,
I have a module with a envrionment defined in the following way:
\def\startFOO#1\stopFOO{...#1...}
I try currently to write a command \defineFOO[MYFOO] that expands to my
already created environment.
\startMYFOO#1\stopMYFOO -> \startFOO#1\stopFOO
I know it is possible to make this in the following way:
\def\startMYFOO#1\stopMYFOO{\startFOO#1\stopFOO}
but this not what I want.
Wolfgang
More information about the ntg-context
mailing list