Hi there,
as I mentioned already in an earlier email, german indexes are not sorted properly. 
When I tried to track that 
down, I came to line 380 (?) of file LaTeX.C which reads

        string tmp = "makeindex -c -q ";

If I replace that line by

        string tmp = "makeindex -c -q -g -s /path/index.sty ";

and if I replace umlaute (e. g. ä by "a) it works fine for me. The file 'index.sty' 
contains only the line

quote '='

Someone more familiar with LyX/LaTeX than me should modify LaTeX.C to something like 
this:

if (language == german)
{
        string tmp = "makeindex -c -q -g -s index.sty ";
}
else
{
        string tmp = "makeindex -c -q ";
}

and place index.sty into a folder/directory where it would be found by makeindex 
without the path.
-- 
Regards,
Hartmut Haase

Hungerhilfe: http://www.thehungersite.com

ATTAC - für eine solidarische weltwirtschaft
gegen neoliberale globalisierung: http://www.attac-netzwerk.de

Mitmachen bei der GATS-Kampagne: http://www.attac-netzwerk.de/gats
                         www
                        (o o)
+-------------------oOO--(_)--OOo---------------------+
|          globalisierung ist imperialismus!          |
+-----------------------------------------------------+
 




Reply via email to