I'am on MacOsX with a MacTeX installation.
I would like to use xindy to automatically make an index of my bibliographical references, which can have some diacritics.
I work with XeLaTeX, so in UTF-8.
I would like to have a "french sorting" (because I'm french !). So I call
texindy xindy.idx -L french -C utf8.
But I obtain
texindy xindy.idx -L french -C utf8
Opening logfile "/dev/null" (done)
Reading indexstyle...
Loading module "/var/folders/0g/vh5y8yv93js6v76gmjpnt4mr0000gr/T/6eMY4mRHKa"...
Loading module "lang/french/utf8-lang.xdy"...
Loading module "lang/french/utf8.xdy"...
Finished loading module "lang/french/utf8.xdy".
Finished loading module "lang/french/utf8-lang.xdy".
Error in line 2:
(require "tex/inputenc/utf8.xdy")
ERROR: Could not find file "tex/inputenc/utf8.xdy" !
I think it's a problem of installation, but I can't see where is it.
Thank for your answer.
-C utf8option is not required when using(pdf)latex. Andtexindycan't be used with XeLaTeX or LuaLaTeX. – egreg Dec 9 '12 at 16:35xindyis always a nightmare. – egreg Dec 9 '12 at 17:13