How to nsert Empty page after index(TOC) page in PDF render #2777
-
I was wondering if there's a way to insert an empty/blank page after the index/TOC page while rendering a document as a pdf. Currently, if you generate a quarto doc with an index/toc page - the actual content begins right after the TOC page. |
Beta Was this translation helpful? Give feedback.
Answered by
melissavanbussel
Oct 11, 2022
Replies: 1 comment
-
You can add a
This produces the following: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bharathgs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a
\pagebreak
after your YAML, before the main part of your document begins. For example:This produces the following: