13 May
2010
13 May
'10
11:16 a.m.
becareful at the spaces at the end, ie \getparameters[Shape][square={unitsquare}, circle={unitcircle}]
doesn't work.
That's logical, because \Shapesquare eats the spaces following it. In my case, I define my macros like \getparameters[Shape:] [square=unitsquare, circle=unitcircle] \def\Shape#1{\csname Shape:#1\endcsname} and then use \Shape{square}, so it doesn't have the problem. But thanks for pointing that out. Vianney