diff --git a/CHANGES b/CHANGES index a1b2479a3c..2dc01faf8e 100644 --- a/CHANGES +++ b/CHANGES @@ -24,6 +24,8 @@ Bugs fixed ---------- * #10133: autodoc: Crashed when mocked module is used for type annotation +* #9529: LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred + multiple times was rendered to a question mark * #10122: sphinx-build: make.bat does not check the installation of sphinx-build command before showing help diff --git a/sphinx/builders/latex/transforms.py b/sphinx/builders/latex/transforms.py index b12882df68..dfe11689e2 100644 --- a/sphinx/builders/latex/transforms.py +++ b/sphinx/builders/latex/transforms.py @@ -237,7 +237,7 @@ class LaTeXFootnoteTransform(SphinxPostTransform): blah blah blah ... * Replace second and subsequent footnote references which refers same footnote definition - by footnotemark node. + by footnotemark node. Additionally, the footnote definition node is marked as "referred". Before:: @@ -258,7 +258,7 @@ class LaTeXFootnoteTransform(SphinxPostTransform): After:: blah blah blah - +