Re: [NTG-context] sorting list

2006-07-24 Thread Taco Hoekwater
Hans van der Meer wrote: > Some things I do not understand about sorting: > > This is the example: > \def\sortprocess#1{{\bf #1}} > \definesorting[city][cities][\callupcities] > \setupsorting[city][criterium=all,command=\sortprocess] > \city{Londen} > \city{Berlijn} > \city{New York} > \city{Par

[NTG-context] sorting list

2006-07-23 Thread Hans van der Meer
Some things I do not understand about sorting:This is the example:\def\sortprocess#1{{\bf #1}}\definesorting[city][cities][\callupcities]\setupsorting[city][criterium=all,command=\sortprocess]\city{Londen}\city{Berlijn}\city{New York}\city{Parijs}\city{Amstelveen}\placelistofcities\callupcitiesques