mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '1.8' into 5563_footnote_refs_causes_latex_crashed
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -36,6 +36,7 @@ Bugs fixed
|
||||
duplicated node_ids
|
||||
* #5563: latex: footnote_references generated by extension causes LaTeX builder
|
||||
crashed
|
||||
* #5561: make all-pdf fails with old xindy version
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
@@ -33,8 +33,6 @@ XINDYOPTS += -M LICRcyr2utf8.xdy
|
||||
{% if xindy_cyrillic -%}
|
||||
XINDYOPTS += -M LatinRules.xdy
|
||||
{% endif -%}
|
||||
# also with pdflatex as LICRlatin2utf8.xdy replaces xindy's /tex/inputenc/utf8.xdy
|
||||
XINDYOPTS += -I xelatex
|
||||
{% endif -%}
|
||||
# format: pdf or dvi (used only by archive targets)
|
||||
FMT = pdf
|
||||
|
||||
Reference in New Issue
Block a user