Add chapter + paragraph to figure numbering #13785
Replies: 2 comments 5 replies
-
|
Not natively. As this is more of a question than a feature request, could you change the category to Q&A? |
Beta Was this translation helpful? Give feedback.
-
|
From my understanding of the Quarto CLI source code1, the infrastructure for multi-level hierarchical numbering already exists but is limited intentionally or it is an oversight during development. What Currently Happens
What a Native Implementation Would RequireA Quarto CLI implementation would need minimal changes I think:
The policy gates apply to all output formats (HTML, PDF, DOCX, etc.) since the Lua filters run during AST processing before format-specific rendering. Footnotes
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is it possible to add besides chapter also H2, H3, etc to the figure numbering. So it is clear to what paragraph a figure belongs to? So the second figure number would be 1.1.1.2 in # > ## > ###
for example:
Beta Was this translation helpful? Give feedback.
All reactions