29 Jan
2007
29 Jan
'07
1:21 p.m.
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