7 Dec
2012
7 Dec
'12
1:57 p.m.
Am 07.12.2012 um 13:01 schrieb Peter Rolf
I would also create a new namespace for the \setupdrops command because currently it uses the “module” namespace.
\def\dosetupdrops[#1]% {\iffirstargument\getparameters[\??module drops:][#1,{\c!setup=}]\else % never parameter 'setup' \ctxlua{thirddata.drops.resetdrops()}\fi} % reset all parameters to their default, when no argument is given
Ok. Can you explain why that is a problem?
It’s bad style to misuse internal namespaces and and you can’t be sure the namespaces changes which lead to problems with the simple slides module which used the \setavariables namespace for a while. Wolfgang