Re: Sort order in the index

2021-07-19 Thread Herbert Voss
Am 19.07.21 um 12:25 schrieb Andreas Plihal: The way the result looks now, it's just _almost _good. I want the register to treat umlauts like normal vowels and not replace Ä with AE etc. fangfor example: * ... * analytisch * Änderung * Anfang * ... In the literature this is

Re: Sort order in the index

2021-07-18 Thread Herbert Voss
Am 18.07.21 um 13:54 schrieb Andreas Plihal: I set the index processor to standard in the document settings. (There is still makeindex in the tools - there is no standard there. Why do you define that in two places ???) It is a limitation of the current yX version that you can not choose

Re: Sort order in the index

2021-07-15 Thread Dr Eberhard Lisse
In Preferences (see the attachment) 2.3.6.2 on the Mac el On 15/07/2021 15:11, Andreas Plihal wrote: [...] To Eberhard Lisse, how can i even add a custom one? Greetings Andreas [...] -- To email me replace 'nospam' with 'el' -- lyx-users mailing list lyx-users@lists.lyx.org

Re: Sort order in the index

2021-07-15 Thread Herbert Voss
Am 15.07.21 um 10:37 schrieb Dr Eberhard Lisse: Herbert, I am being offered makeindex, texindy and xindy. In that case (LyX < 2.4) write into the documents preamble: \usepackage[imakeidx]{xindex} \makeindex This runs xindex in the background. Herbert -- lyx-users mailing list

Re: Sort order in the index

2021-07-15 Thread Herbert Voss
Am 15.07.21 um 10:37 schrieb Dr Eberhard Lisse: Herbert, I am being offered makeindex, texindy and xindy. I see, only for LyX 2.4 ... Herbert All, I know I can add a custom one but does anyone know whether one of the above two (latter) also allow German sorting?  Imust however

Re: Sort order in the index

2021-07-15 Thread Dr Eberhard Lisse
Herbert, I am being offered makeindex, texindy and xindy. All, I know I can add a custom one but does anyone know whether one of the above two (latter) also allow German sorting? Imust however confess that I write next to nothing in German. greetings, el On 14/07/2021 17:02, Herbert Voss

Re: Sort order in the index

2021-07-14 Thread Herbert Voss
Andreas Plihal schrieb: > > > Im writing a KOMA book. > > > > Please: How can I force the DUDEN sort order in the index? So that the > umlauts , and are sorted as if they were normal vowels > A, O and U. Use the index program xindex and _not_ makeindex. Werkzeuge->Einstellungen->Ausgabe->LaTeX

Re: Sort order in the index

2021-07-14 Thread Joel Kulesza
On Wed, Jul 14, 2021 at 5:11 AM Andreas Plihal wrote: > Hi, > > I'm writing a KOMA book. > > Please: How can I force the DUDEN sort order in the index? So that the > umlauts Ä, Ö and Ü are sorted as if they were normal vowels A, O and U. > Please try making the index entry A@Ä, O@Ö, etc. I do