Hi,
Does anyone know how I can insert an unnumbered (!) blank page after the title page in the "report" class?
Thanks!
Page Layout ⇒ blank page
Re: blank page
\cleardoublepage might do the trick.
I am using fancyhdr package to configure my page layouts, but it might be an overkill for what you have in mind.
I am using fancyhdr package to configure my page layouts, but it might be an overkill for what you have in mind.
blank page
Hi whocares1,
use something along these lines:
use something along these lines:
Code: Select all
\documentclass[titlepage]{report}
\title{The Title}
\author{The Author}
\begin{document}
\maketitle
\clearpage\thispagestyle{empty}\mbox{}\setcounter{page}{0}\clearpage
test text
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...