I am writing a thesis in which after the title page, the next page coming back to the title page. If I put \cleardoublepage\null, the next page comes to the right place but the page numbering starts from the back page of title. It disturbs the odd/even page setting of the thesis.
Please help, how can I put a title back page empty which is not countable and the page numbering will start from the next page.
MWE:
\documentclass[twoside,12pt]{Classes/CUEDthesisPSnPDF} \usepackage{StyleFiles/watermark}
\onehalfspacing
\begin{document}
\maketitle
\frontmatter
\pagenumbering{roman}
\include{Certificate/certificate}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
\include{Preface/preface}
\tableofcontents
\listoffigures
\listoftables
\markboth{\nomname}{\nomname}
\printnomenclature[4cm]
\addcontentsline{toc}{chapter}{Nomenclature}
\mainmatter
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
\include{Chapter4/chapter4}
\end{document}
\thispagestyle{empty} \setcounter{page}{0}\null\newpage– touhami Sep 24 '15 at 18:11CUEDthesisPSnPDF.cls- your\documentclass? – Werner Sep 24 '15 at 18:12