Re: [NTG-context] Alphabetical sort

2011-10-07 Thread Procházka Lukáš Ing . - Pontex s . r . o .
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,

Re: [NTG-context] Alphabetical sort

2011-10-07 Thread Vyatcheslav Yatskovsky
Fantastic snippet, thank you Wolfgang! My original code is a bit more complicated, it often (but not always) involves artist, tempo and tonality data, like this \define[1]\artist{{\itx #1}} \define[1]\bpm{{\tfx #1 bpm}}} ... \item Sway \artist{Pussycat Dolls} \bpm{136-138}

Re: [NTG-context] Alphabetical sort

2011-10-07 Thread Wolfgang Schuster
Am 07.10.2011 um 16:16 schrieb Vyatcheslav Yatskovsky: Fantastic snippet, thank you Wolfgang! My original code is a bit more complicated, it often (but not always) involves artist, tempo and tonality data, like this \define[1]\artist{{\itx #1}} \define[1]\bpm{{\tfx #1 bpm}}} ...

[NTG-context] Alphabetical sort

2011-10-06 Thread 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

Re: [NTG-context] Alphabetical sort

2011-10-06 Thread Wolfgang Schuster
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