lyx-users Digest, Vol 76, Issue 5
Jürgen Spitzmüller
spitz at lyx.org
Sat Mar 13 08:10:57 UTC 2021
Am Freitag, dem 12.03.2021 um 21:41 +0100 schrieb Andreas Plihal:
> Hi,
>
> thanks for looking into it.
>
> I am sending you an emaciated LYX file and the corresponding compiled
> PDF file. The compilation is error-free, but ...
>
> I chose TEXINDY as the index processor. (In comparison, the index
> processors STANDARD, MAKEINDEX and XINDY delivered even worse results.)
>
> The result:
>
> * The entry is now in the table of contents, but further back in the
> book the index is still with the title "Index".
You have this in the preamble:
\@ifpackageloaded{babel}{
% Damit der Index den Namen "Stichwortverzeichnis" erhält
\addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
}{}
Replace this with:
\AtBeginDocument{
% Damit der Index den Namen "Stichwortverzeichnis" erhält
\addto\captionsgerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
}
You are not using babel, but polyglossia!
> * The page reference is incorrect.
What do you mean?
> * The cross-references are not shown, although I have written the
> command in the TEX code box.
Shown correctly here.
> * And the lexical sorting is horrible: All words that begin with an
> umlaut are grouped under the letter "O".
Use as index processor options:
-L german-din5007 -C utf8
HTH,
Jürgen
>
> Please: Help!
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210313/657a0e18/attachment.asc>
More information about the lyx-users
mailing list