On 22/08/16 13:07, "Jürgen Spitzmüller" <lyx-users@lists.lyx.org on behalf of sp...@lyx.org> wrote:
>Am Mittwoch, den 17.08.2016, 15:15 +0000 schrieb Annaert Jan: >> I seem to have a problem using the indexing tool, more specifically >> the cross-referencing. As indicated in section 6.6.3 of the User >> Manual use the syntax GIF|see{Image formats}, where the braces are >> in ERT. This works perfectly when my document is of the Memoir Book >> class, but when I switch to the KOMA-Script Book class the cross- >> references are no longer included in the Index. > >This is actually an incompatibility between xindy and hyperref (you are >_not_ using makeindex). Apparently, Memoir has some code to work around >the problem. This is why it does not occur there. > >Possible solutions: > >1. Use "makeindex" instead of xindy (Document > Settings > Indexes > >Processor) > >or > >2. Disable hyperindex: In Document > Settings > Local Format, enter >PackageOptions hyperref hyperindex=false > >HTH >Jürgen Thanks, Jürgen. Both suggestions work. Perhaps they could be added to the User Guide section 6.6.3? Or in the Additional features document section 6.14 where KOMA-Script is discussed. Jan