Skip to content
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

Close #13130 (LaTeX docs about index creation) #13139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ Bugs fixed
* #13060: HTML Search: use ``Map`` to store per-file term scores.
Patch by James Addison

* #13130: LaTeX docs: ``pdflatex`` index creation may fail for index entries
in French. See :confval:`latex_use_xindy`.
Patch by Jean-François B.

Testing
-------
3 changes: 3 additions & 0 deletions doc/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3157,6 +3157,9 @@ These options influence LaTeX output.
* The default is :code-py:`False` for :code-py:`'pdflatex'`,
but :code-py:`True` is recommended for non-English documents as soon
as some indexed terms use non-ASCII characters from the language script.
Attempting to index a term whose first character is non-ASCII
will break the build, if :confval:`latex_use_xindy` is left to its
default :code-py:`False`.

Sphinx adds some dedicated support to the :program:`xindy` base distribution
for using :code-py:`'pdflatex'` engine with Cyrillic scripts.
Expand Down