7 Apr
2010
7 Apr
'10
8:47 p.m.
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