No indicators in registers when using french as main language
Hello, The subject says it all. \mainlanguage[fr] \starttext \index{Item}Item \placeindex \stoptext There is no indicator "i" in the index. It appears when you comment out the first line or change it to another language. Adding \setupregister[index][indicator=yes] does not help. Another, probably unrelated, problem is that \completeindex does not seem to do anything. Vianney
Am 07.04.10 21:37, schrieb Vianney le Clément:
Hello,
The subject says it all.
\mainlanguage[fr] \starttext \index{Item}Item \placeindex \stoptext
There is no indicator "i" in the index. It appears when you comment out the first line or change it to another language. Adding \setupregister[index][indicator=yes] does not help.
Another, probably unrelated, problem is that \completeindex does not seem to do anything.
Can you add \startluacode sorters.entries ['fr'] = sorters.entries ['en'] sorters.mappings['fr'] = sorters.mappings['en'] \stopluacode at the begin of your file. Sorting for diacritics won't be perfect but you get now a index. @Hans: can you add this to sort-lan.lua Wolfgang
Can you add
\startluacode sorters.entries ['fr'] = sorters.entries ['en'] sorters.mappings['fr'] = sorters.mappings['en'] \stopluacode
at the begin of your file. Sorting for diacritics won't be perfect but you get now a index.
Thanks. Works perfectly. Vianney
participants (2)
-
Vianney le Clément
-
Wolfgang Schuster