mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5574 from jfbu/5561_remove_unneeded_xindy_option
LaTeX: do not use `-I xelatex` option with xindy (Fix: #5561)
This commit is contained in:
commit
47bd24e7d2
1
CHANGES
1
CHANGES
@ -34,6 +34,7 @@ Bugs fixed
|
|||||||
* #5549: graphviz Correctly deal with non-existing static dir
|
* #5549: graphviz Correctly deal with non-existing static dir
|
||||||
* #3002: i18n: multiple footnote_references referring same footnote causes
|
* #3002: i18n: multiple footnote_references referring same footnote causes
|
||||||
duplicated node_ids
|
duplicated node_ids
|
||||||
|
* #5561: make all-pdf fails with old xindy version
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
@ -33,8 +33,6 @@ XINDYOPTS += -M LICRcyr2utf8.xdy
|
|||||||
{% if xindy_cyrillic -%}
|
{% if xindy_cyrillic -%}
|
||||||
XINDYOPTS += -M LatinRules.xdy
|
XINDYOPTS += -M LatinRules.xdy
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
# also with pdflatex as LICRlatin2utf8.xdy replaces xindy's /tex/inputenc/utf8.xdy
|
|
||||||
XINDYOPTS += -I xelatex
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
# format: pdf or dvi (used only by archive targets)
|
# format: pdf or dvi (used only by archive targets)
|
||||||
FMT = pdf
|
FMT = pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user