Fix #6149: LaTeX: :index: role titles causes build error of LaTeX

This commit is contained in:
Takeshi KOMIYA
2019-03-09 17:41:12 +09:00
parent 9f283bc3f1
commit 05d3e37ef7
6 changed files with 57 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ Bugs fixed
* #6046: LaTeX: ``TypeError`` is raised when invalid latex_elements given
* #6067: LaTeX: images having a target are concatenated to next line
* #6067: LaTeX: images having a target are not aligned even if specified
* #6149: LaTeX: ``:index:`` role in titles causes ``Use of \@icentercr doesn't
match its definition`` error on latexpdf build
* #6019: imgconverter: Including multipage PDF fails
* #6047: autodoc: ``autofunction`` emits a warning for method objects
* #6028: graphviz: Ensure the graphviz filenames are reproducible