13 Mar
2009
13 Mar
'09
4:28 p.m.
On Fri, Mar 13, 2009 at 3:56 PM, Hans Hagen
\getcheckedparameters[MyTest][MyNamespace][a=1,b=2,c=3,d=4,crap=whatever]
How should we deal with the different \getparameters in our macros. I played with your code and have for the moment the following setup command in my module: \def\dosetupcorrespondencesection[#1][#2][#3][#4]% {\ifx\enablecheckparameters\undefined \getparameters[#2#3][#4]% \else \getcheckedparameters[#2#3][#2#3][#4]% \fi} Wolfgang