I am trying to insert a blank page between the title page and the table of contents in my RMarkdown document, pdf output. I followed the suggestion described here. My issue is that the blank page does not appear. Here is my code:
\pagenumbering{gobble}
\centering
\centerline{\includegraphics[height=2in]{glasgowuni.png}}
\large{UNIVERSITY OF GLASGOW}
\normalsize{COLLEGE OF SCIENCE AND ENGINEERING}
\normalsize{SCHOOL OF MATHEMATICS AND STATISTICS}\linebreak
\raggedright
\clearpage
\pagenumbering{arabic}
\tableofcontents
\newpage
Can anyone spot why the blank page does not appear?
Try adding an invisible character and \pagebreak
before the TOC:
\pagebreak
This did the trick for me. Good luck with the thesis!
I had to do it a little different (Using bookdown):
toc: no
. Otherwise, we end up with two tocs.\newpage
\thispagestyle{empty}
\mbox{}
\tableofcontents
\newpage
\thispagestyle{empty}
\mbox{}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With