Moved oneside page numbering issue fix to class file

This commit is contained in:
Krishna Kumar 2014-10-20 22:36:01 +01:00
parent fcd2877092
commit 912f6f31cc
6 changed files with 22 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -892,6 +892,27 @@ wish to left align your text}
% *************************** Front Matter Layout ******************************
% ******************************************************************************
% ******************************** titlepage **********************************
\renewenvironment{titlepage} % changed from "newenvironment"
{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse\newpage
\fi
\thispagestyle{empty}
\setcounter{page}\z@
}%
{
\if@restonecol
\twocolumn
\else
\newpage
\fi
\clearpage
\setcounter{page}{2}
}
% ******************************** Title Page **********************************
\renewcommand{\maketitle}{

Binary file not shown.

View File

@ -125,8 +125,7 @@
\end{titlepage}
\endgroup
\clearpage
\setcounter{page}{2}
\include{Dedication/dedication}
\include{Declaration/declaration}