双面书籍样式文件中的页码中不要计算标题页的背面

双面书籍样式文件中的页码中不要计算标题页的背面

我正在写一篇论文,在标题页之后,下一页又回到标题页。如果我输入\cleardoublepage\null,下一页会到达正确的位置,但页码从标题的背面开始。这会打乱论文的奇数/偶数页设置。请帮忙,我怎样才能将不可数的标题背面页留空,并且页码将从下一页开始。

梅威瑟:

\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} 

相关内容