Fixing the pagenumbering issue in oneside

This commit is contained in:
Krishna Kumar 2014-10-20 19:49:28 +01:00
parent 3cfe21f5d9
commit 1f91e30757
2 changed files with 8 additions and 4 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@
% ******************************* PhD Thesis Template **************************
% Please have a look at the README.md file for info on how to use the template
\documentclass[a4paper,12pt,times,numbered,print,index]{Classes/PhDThesisPSnPDF}
\documentclass[a4paper,12pt,times,numbered,oneside,print,index]{Classes/PhDThesisPSnPDF}
% ******************************************************************************
% ******************************* Class Options ********************************
@ -119,11 +119,15 @@
\frontmatter
\begingroup
\begin{titlepage}
\maketitle
\renewcommand*{\thepage}{Title}
\maketitle
\end{titlepage}
\endgroup
\clearpage
\setcounter{page}{2}
\include{Dedication/dedication}
\include{Declaration/declaration}