7 Oct
2012
7 Oct
'12
10:45 p.m.
Am 07.10.2012 um 22:30 schrieb Peter Münster
On Sun, Oct 07 2012, Andre Caldas wrote:
it makes no sense to me that I cannot call "\component \macroname". Isn't it an expected behaviour?
I don't know the answer, but there is a workaround:
\def\MyMacro{my-component} \def\MyComponent#1{\cldcontext{"\\component " .. "#1"}} \startproduct test \MyComponent{\MyMacro} \stopproduct
\startproduct text \component [\MyMacro] \stopproduct Wolfgang