Re: [NTG-context] Sorting of abbreviations in index

2017-10-09 Thread Floris van Manen
> On 9 October 2017 at 17:35, Henning Hraban Ramm wrote: > > If you like, I’ll gladly send you a voucher copy of the book*, once it’s > printed. > *) https://www.dreiviertelhaus.de/editionka/gewerkschaftspolitik/ (1947 — 1975) why does the book ends a year before i travelled

Re: [NTG-context] Sorting of abbreviations in index

2017-10-09 Thread Jano Kula
On 9 October 2017 at 17:35, Henning Hraban Ramm wrote: > > > If you like, I’ll gladly send you a voucher copy of the book*, once it’s > printed. > *) https://www.dreiviertelhaus.de/editionka/gewerkschaftspolitik/ Sure, I'll check the page numbers in the register are right,

Re: [NTG-context] Sorting of abbreviations in index

2017-10-09 Thread Henning Hraban Ramm
Am 2017-10-09 um 12:42 schrieb Jano Kula : > Hello Hraban, > > have a look into the TUC file to find out, what's going on. I'm sure, Hans > would come with a more efficient approach, but this works here. Especially > the abbreviation table is probably stored on the fly

Re: [NTG-context] Sorting of abbreviations in index

2017-10-09 Thread Jano Kula
Hello Hraban, have a look into the TUC file to find out, what's going on. I'm sure, Hans would come with a more efficient approach, but this works here. Especially the abbreviation table is probably stored on the fly somewhere, not only in the TUC file and the table could be stored once. Change

Re: [NTG-context] Sorting of abbreviations in index

2017-10-06 Thread Henning Hraban Ramm
Sorry to insist, but this bug is blocking the publication of our latest book: \def\Some#1{#1} \def\Sindex#1{\index{\Some{#1}}#1} \starttext \index{Tufte}\index{Knuth}\index{Zapf} \index{Sole}\index{Some}\index{Sone} \input tufte \Sindex{Tufte} \input knuth \Sindex{Knuth} \input zapf

Re: [NTG-context] Sorting of abbreviations in index

2017-10-01 Thread Henning Hraban Ramm
Pretty please? Am 2017-09-25 um 19:50 schrieb Henning Hraban Ramm : > Might I get an answer? It’s getting urgent... > > In short: \index{\SomeMacro{stuff}} orders not after the result of > \SomeMacro{stuff}, but after "SomeMacro". > The same, if I use \SomeMacro within the

Re: [NTG-context] Sorting of abbreviations in index

2017-09-25 Thread Henning Hraban Ramm
Might I get an answer? It’s getting urgent... In short: \index{\SomeMacro{stuff}} orders not after the result of \SomeMacro{stuff}, but after "SomeMacro". The same, if I use \SomeMacro within the sorting option: \index[\SomeMacro{stuff}]{stuff}. How can I change this? Best, Hraban Am