This commit is contained in:
Krishna Kumar 2013-11-17 20:12:08 +00:00
parent f5484a19aa
commit 2ebac689fd
2 changed files with 20 additions and 30 deletions

View File

@ -126,6 +126,8 @@
\hypersetup{pdfpagelayout=OneColumn} \hypersetup{pdfpagelayout=OneColumn}
\fi \fi
% ****************************************************************************** % ******************************************************************************
% ******************************** Packages ************************************ % ******************************** Packages ************************************
% ****************************************************************************** % ******************************************************************************
@ -241,6 +243,7 @@
\newpage% \newpage%
\if@twocolumn\hbox{}\newpage\fi\fi\fi} \if@twocolumn\hbox{}\newpage\fi\fi\fi}
% ********************************* Roman Pages ********************************* % ********************************* Roman Pages *********************************
% The romanpages environment set the page numbering to lowercase roman one % The romanpages environment set the page numbering to lowercase roman one
% for the contents and figures lists. It also resets % for the contents and figures lists. It also resets
@ -253,7 +256,6 @@
% ******************************************************************************* % *******************************************************************************
% **************************** Macro Definitions ******************************** % **************************** Macro Definitions ********************************
% ******************************************************************************* % *******************************************************************************
@ -323,11 +325,11 @@
\begin{singlespace} \begin{singlespace}
\begin{center} \begin{center}
{ \Huge {\bfseries {\@title}} \par} { \Huge {\bfseries {\@title}} \par}
{\large \vspace*{25mm} {{\@crest} \par} \vspace*{20mm}} {\large \vspace*{25mm} {{\@crest} \par} \vspace*{20mm}}
{{\Large \@author} \par} {{\Large \@author} \par}
{\large \vspace*{1ex} {\large \vspace*{1ex}
{{\@dept} \par} {{\@dept} \par}
\vspace*{1ex} \vspace*{1ex}
{{\@university} \par} {{\@university} \par}
\vspace*{25mm} \vspace*{25mm}
{{\submissiontext} \par} {{\submissiontext} \par}
@ -368,33 +370,25 @@
% themselves appear in a quote environment, i.e. tabbed in at both sides, and % themselves appear in a quote environment, i.e. tabbed in at both sides, and
% on its own page. % on its own page.
\newenvironment{declaration} \newenvironment{declaration}{
{
\cleardoublepage \cleardoublepage
\chapter*{\centering Declaration} \chapter*{\centering \Large Declaration}
\thispagestyle{empty} \thispagestyle{empty}
} }
% ******************************* Acknowlegments ********************************* % ******************************* Acknowlegments *********************************
% The acknowledgements environment puts a large, bold, centered % The acknowledgements environment puts a large, bold, centered
% "Acknowledgements" label at the top of the page. The acknowledgements % "Acknowledgements" label at the top of the page. The acknowledgements
% themselves appear in a quote environment, i.e. tabbed in at both sides, and % themselves appear in a quote environment, i.e. tabbed in at both sides, and
% on its own page. % on its own page.
\newenvironment{acknowledgements} \newenvironment{acknowledgements}{
{\cleardoublepage \cleardoublepage
\pagestyle{empty} \chapter*{\centering \Large Acknowlegements}
\begin{alwayssingle} \thispagestyle{empty}
\begin{center} }
\vspace*{1.5cm}
{\Large \bfseries Acknowledgements}
\end{center}
\vspace{0.5cm}
\begin{quote}}
{\end{quote}\end{alwayssingle}}
% ******************************** Abstract *********************************** % ******************************** Abstract ***********************************
@ -402,15 +396,11 @@
% the top of the page. The abstract itself appears in a quote environment, % the top of the page. The abstract itself appears in a quote environment,
% i.e. tabbed in at both sides, and on its own page. % i.e. tabbed in at both sides, and on its own page.
\newenvironment{abstracts} {\cleardoublepage \begin{alwayssingle} \pagestyle{empty} \newenvironment{abstracts} {
\begin{center} \cleardoublepage
\vspace*{1.5cm} \chapter*{\centering \Large Abstract}
{\Large \bfseries Abstract} \thispagestyle{empty}
\end{center} }
\vspace{0.5cm}
\begin{quote}}
{\end{quote}\end{alwayssingle}}
%The abstractseparate environment is for running of a page with the abstract %The abstractseparate environment is for running of a page with the abstract

Binary file not shown.