nmfs-opensci / quarto_titlepages

A Quarto extension for making title and cover pages for PDF output.
https://nmfs-opensci.github.io/quarto_titlepages/
Creative Commons Zero v1.0 Universal
115 stars 20 forks source link

Is it possible to add a blank page after the coverpage and before the titlepage? #38

Closed guslaet closed 1 year ago

guslaet commented 1 year ago

The question is objective. I need this because I’m making a scrbook and the coverpage is scrambling with page numbering.

So I would have:

p. 1 = coverpage p. 2 = blankpage p. 3 = titlepage p. 4 = includes1.tex etc.

eeholmes commented 1 year ago

Yes, you can include as many static tex files/pages as you need after the coverpage or titlepage. See instructions here: https://nmfs-opensci.github.io/quarto_titlepages/06-static-files.html#copyright-dedication-and-other-static-pages

Basically I think you just need to create a file like blank.tex. I think this should do it but I didn't check:

\newpage
\thispagestyle{plain}
\mbox{}
\clearpage
eeholmes commented 1 year ago

Moving this to discussion Q&A.