Re: [NTG-context] Question about get commalist size

2006-06-02 Thread Hans Hagen
Taco Hoekwater wrote: > Aditya Mahajan wrote: > >> Hi, >> I tried an example from syst-gen.tex >> >> \def\dosomething#1{(#1=\commalistsize) } >> \getcommalistsize [\hbox{$a,b,c,d,e,f$}] \dosomething 1 >> \getcommalistsize [{a,b,c,d,e,f}]\dosomething 1 >> \getcommalistsize [{a,b,c

Re: [NTG-context] Question about get commalist size

2006-06-02 Thread Taco Hoekwater
Aditya Mahajan wrote: > Hi, > I tried an example from syst-gen.tex > > \def\dosomething#1{(#1=\commalistsize) } > \getcommalistsize [\hbox{$a,b,c,d,e,f$}] \dosomething 1 > \getcommalistsize [{a,b,c,d,e,f}]\dosomething 1 > \getcommalistsize [{a,b,c},d,e,f]\dosomething 4 >

[NTG-context] Question about get commalist size

2006-06-02 Thread Aditya Mahajan
Hi, I tried an example from syst-gen.tex \def\dosomething#1{(#1=\commalistsize) } \getcommalistsize [\hbox{$a,b,c,d,e,f$}] \dosomething 1 \getcommalistsize [{a,b,c,d,e,f}]\dosomething 1 \getcommalistsize [{a,b,c},d,e,f]\dosomething 4 \getcommalistsize [a,b,{c,d,e},f]