-
DescriptionI have a Quarto document that contains 4 sections in response to a required template. The template includes the following parts:
Right now I am doing the following in my _quarto.yml:
I would like to construct my document such that it skips Part IV as that is not applicable at this point. Is there some way to do this via the configuration, header options in the part files, or in a Lua script? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Aug 5, 2024
Replies: 1 comment 6 replies
-
Please provide a fully reproducible example or at least a complete one. For instance, you did not provide the format. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to insert a LaTeX command to increase the counter at the end of the previous part then.
See https://quarto.org/docs/authoring/markdown-basics.html#raw-content.