Hi! Please, advise me what I can do to alphabetically sort an itemized list? (I have list of songs, and want them to be alphabetically sorted, as an option ). \startitemize[n] %something like 'sort' key would be very useful \item Fly me to the moon \item Hit the road jack \item Sway ... Regards, Vyatcheslav
Am 06.10.2011 um 20:11 schrieb Vyatcheslav Yatskovsky:
Hi!
Please, advise me what I can do to alphabetically sort an itemized list? (I have list of songs, and want them to be alphabetically sorted, as an option ).
\startitemize[n] %something like 'sort' key would be very useful \item Fly me to the moon \item Hit the road jack \item Sway …
\definesorting[song][songs] \unexpanded\def\SongEntry#1#2#3% {\startitemize[packed] \startitem#2\stopitem \stopitemize} \starttext \song{Hit the road jack} \song{Sway} \song{Fly me to the moon} \placelistofsorts[song][criterium=all,command=\SongEntry] \stoptext Wolfgang
Hello, nice example - I put it to the wiki - http://wiki.contextgarden.net/Reference/en/definesorting. But the result doesn't appear with error message "internal error: pdfcrop failed", although the compilation on a computer is OK. Any idea what causes wiki compilation failure? Best regards, Lukas
\definesorting[song][songs]
\unexpanded\def\SongEntry#1#2#3% {\startitemize[packed] \startitem#2\stopitem \stopitemize}
\starttext
\song{Hit the road jack} \song{Sway} \song{Fly me to the moon}
\placelistofsorts[song][criterium=all,command=\SongEntry]
\stoptext
Wolfgang
-- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
participants (3)
-
Procházka Lukáš Ing. - Pontex s. r. o.
-
Vyatcheslav Yatskovsky
-
Wolfgang Schuster