You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with Quarto and LaTeX to format footnotes in my document. Numbered footnotes for citations are working correctly and restart at the beginning of each section. However, I also need to add explanatory footnotes using stars (* ** ***) that reset on each page. The problem is that Quarto/LaTeX applies the same numbering system to both citation footnotes and explanatory notes, causing conflicts.
How can I implement both systems simultaneously- numbered footnotes restarting in each section and starred footnotes resetting on each page-within a Quarto-based LaTeX template?
latexLaTeX engines related libraries and technologiesthemesRelated to HTML theming or any other style related issue (like highlight-style)
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
I'm working with Quarto and LaTeX to format footnotes in my document. Numbered footnotes for citations are working correctly and restart at the beginning of each section. However, I also need to add explanatory footnotes using stars (* ** ***) that reset on each page. The problem is that Quarto/LaTeX applies the same numbering system to both citation footnotes and explanatory notes, causing conflicts.
How can I implement both systems simultaneously- numbered footnotes restarting in each section and starred footnotes resetting on each page-within a Quarto-based LaTeX template?
Beta Was this translation helpful? Give feedback.
All reactions