Moved oneside page numbering issue fix to class file
This commit is contained in:
parent
fcd2877092
commit
912f6f31cc
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 |
@ -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}{
|
||||
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -125,8 +125,7 @@
|
||||
\end{titlepage}
|
||||
\endgroup
|
||||
|
||||
\clearpage
|
||||
\setcounter{page}{2}
|
||||
|
||||
|
||||
\include{Dedication/dedication}
|
||||
\include{Declaration/declaration}
|
||||
|
Loading…
Reference in New Issue
Block a user