mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2292: Some footnotes disappear from LaTeX output
This commit is contained in:
6
tests/roots/test-footnotes/bar.rst
Normal file
6
tests/roots/test-footnotes/bar.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
bar
|
||||
===
|
||||
|
||||
Same footnote number [1]_ in bar.rst
|
||||
|
||||
.. [1] footnote in bar
|
||||
6
tests/roots/test-footnotes/baz.rst
Normal file
6
tests/roots/test-footnotes/baz.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
baz
|
||||
===
|
||||
|
||||
Auto footnote number [#]_ in baz.rst
|
||||
|
||||
.. [#] footnote in baz
|
||||
@@ -2,6 +2,11 @@
|
||||
test-footenotes
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
|
||||
bar
|
||||
baz
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user