7 Oct
2012
7 Oct
'12
10:30 p.m.
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 -- Peter