23 Apr
2010
23 Apr
'10
5:56 p.m.
Am 23.04.10 17:32, schrieb Taco Hoekwater:
-------------------------------------
Why is this?
Because \setupitemgroup expands its third argument.
And how can I make it work in position 2?
\setupitemgroup[Tst][1][n,\noexpand\broad ]
Best wishes, Taco
Taco, don't you think it's better to show users a better alternative if possible? \defineitemgroup[Tst] \setvariables[tst][set={\setupTst[1][n,\getvariable{tst}{broad}*broad]}] \starttext \startTst \item text \stopTst \setvariables[tst][broad=5] \startTst \item text \stopTst \stoptext Wolfgang