-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Doc: use "unnumbered" footnotes #98954
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
A
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
A
Thanks @humitos for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @humitos for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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.