-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdflatex index creation fails for index entries in French #13130
Comments
cc @jfbu |
Either add You should not use By the way comparing (on macos) the produced
which has no equivalent in the Makefile when produced with I have no access to WIndows system. We have a @AA-Turner I should open a separate issue (this one seems to be purely one of documentation there which should insist on breakage with makeindex unable to handle non-ascii) but I have no access to Windows whatsoever so I am not the best guy for this. |
Our docs referred to in previous comments says
The last item should warn that the breakage if an indexed term starts with a non-ASCII character is observed not only with |
Thank you very much everyone. Using Xindy and the make.bat from the build directory solved my problems completely. I didn't even know I can specify lualatex as the preferred latex engine (which is what I wanted to do anyway). Thanks everyone, please close this issue. |
Describe the bug
My project creates a pdf file in french language (project language is French). If I add entries to the index like so:
then index creation fails for the latex build with something like this if I run latexmk -pdf on the generated .tex file and just hangs:
If I do not use latexmk -pdf but instead build with TexnicCenter and pdflatex, then all entries in the index at the end of the resulting pdf are prepended with "\spxentry", so for the above example it looks like this:
\spxentryÉcran de connexion
How to Reproduce
My conf.py looks like this:
my index.rst file looks like this:
Other than that I just ran sphinx-quickstart to reproduce this behaviour.
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: