New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: use "unnumbered" footnotes #98954
Conversation
Use unnumbered footnote in this file to avoid reseting the footnotes numbering. Example: when building the tutorial into a PDF and using `latex_show_urls = "footnotes"`; this footnote become the number 8. However, without this change, the footnote shows the number 1.
Thanks @humitos for the PR, and @AlexWaygood for merging it |
Thanks @humitos for the PR, and @AlexWaygood for merging it |
Use unnumbered footnote in this file to avoid reseting the footnotes numbering. Example: when building the tutorial into a PDF and using `latex_show_urls = "footnotes"`; this footnote become the number 8. However, without this change, the footnote shows the number 1. (cherry picked from commit f042646) Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
GH-98960 is a backport of this pull request to the 3.10 branch. |
Use unnumbered footnote in this file to avoid reseting the footnotes numbering. Example: when building the tutorial into a PDF and using `latex_show_urls = "footnotes"`; this footnote become the number 8. However, without this change, the footnote shows the number 1. (cherry picked from commit f042646) Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
GH-98961 is a backport of this pull request to the 3.11 branch. |
Use unnumbered footnote in this file to avoid reseting the footnotes numbering. Example: when building the tutorial into a PDF and using `latex_show_urls = "footnotes"`; this footnote become the number 8. However, without this change, the footnote shows the number 1. (cherry picked from commit f042646) Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
Use unnumbered footnote in this file to avoid reseting the footnotes numbering. Example: when building the tutorial into a PDF and using `latex_show_urls = "footnotes"`; this footnote become the number 8. However, without this change, the footnote shows the number 1. (cherry picked from commit f042646) Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
Thanks @humitos! I've backported this to 3.11 and 3.10. |
Wow! Thanks you all! That was fast |
Just FYI, this is called "autonumbered" footnotes. Also, in the future I'd suggest always using autonumbered footnotes with brief descriptive names (e.g. |
Use unnumbered footnote in this file to avoid reseting the footnotes numbering.
Example: when building the tutorial into a PDF and using
latex_show_urls = "footnotes"
; this footnote become the number 8. However, without this change, the footnote shows the number 1.