University Teknology PETRONAS (UTP) Postgraduate Thesis Template
Forfatter
Fawnizu Azmadi Hussin
Sidst opdateret
7 år siden
Licens
LaTeX Project Public License 1.3c
Resumé
University Teknology PETRONAS (UTP) Postgraduate Thesis Template
University Teknology PETRONAS (UTP) Postgraduate Thesis Template
\documentclass[a4paper,12pt,twoside]{report}
\usepackage{utpthesis-2e}
\setcounter{tocdepth}{6}
\brokenpenalty=10000
\usepackage{booktabs}
\usepackage[table,xcdraw]{xcolor}
\usepackage{multirow}
\usepackage{lscape}
\usepackage{lipsum}
\usepackage{longtable}
\usepackage{spverbatim}
\usepackage{listings}
\usepackage{filecontents}
\usepackage{nomencl}
\usepackage[table]{xcolor}
\usepackage{enumitem}
\usepackage[authoryear,round]{natbib}
\usepackage[cmex10]{amsmath}
\usepackage{amssymb}
\usepackage[pdftex]{graphicx}
\usepackage{stfloats}
\usepackage[indention=2cm]{caption}
\usepackage[pdftitle={Thesis Title},pdfauthor={PG Student},colorlinks=false,pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=false,
bookmarksopenlevel=0,bookmarksnumbered=true,hypertexnames=false,
colorlinks,linkcolor={black},citecolor={black},urlcolor={black},
pdfstartview={FitV},unicode,breaklinks=true]{hyperref}
%-----------------------------------------------
%-----------------------------------------------
%-----------------------------------------------
\begin{document}
%---------------------START---------------------
%Title
%-----------------------------------------------
\title{University Teknology PETRONAS (UTP) Postgraduate Thesis Template}
\author{Author}
\dept{Department's name}
\hod{HOD's name}
\degree{Degree type}
\mainsupervisor{Supervisor's name}
\cosupervisora{Co-Supervisor's name}
\submitdate{Submission date}
\copyrightyear{2016}
\authoraddress{Address}
\beforepreface %dont change this
%----------------------END----------------------
%---------------------START---------------------
%Dedication
%-----------------------------------------------
\prefacesection{Dedication}
\addcontentsline{toc}{chapter}{DEDICATION}
%-----------------------------------------------
\begin{center}
To my parents, ...
\end{center}
%----------------------END----------------------
%---------------------START---------------------
%Acknowledgements
%-----------------------------------------------
\prefacesection{Acknowledgements}
\addcontentsline{toc}{chapter}{ACKNOWLEDGEMENT}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Abstract
%-----------------------------------------------
\prefacesection{Abstract}
\addcontentsline{toc}{chapter}{ABSTRACT}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Preface
%-----------------------------------------------
\clearpage
\thesiscopyrightpage %PLACING COPYRIGHT PAGE AFTER ABSTRAK (According to Aug 2012)
\addcontentsline{toc}{chapter}{COPYRIGHT PAGE}
\afterpreface %don't change this
%----------------------END----------------------
%---------------------START---------------------
%Chapter 1
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Introduction}
\label{ch1}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Chapter 2
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Literature Review}
\label{ch2}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Chapter 3
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Methodology}
\label{ch3}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Chapter 4
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Results and Discussion}
\label{ch4}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Chapter 5
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Conclusion and Recommendation}
\label{ch5}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%References
%-----------------------------------------------
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
%\bibliographystyle{unsrt}
\bibliographystyle{apalike}
\bibliography{Ref}
%----------------------END----------------------
%---------------------START---------------------
%Grant
%-----------------------------------------------
% \addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}} \addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\addcontentsline{toc}{chapter}{RESEARCH GRANT} \addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
\chapter*{ \normalsize \centerline {RESEARCH GRANT} }
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
%Publications
%-----------------------------------------------
%\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}} \addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\addcontentsline{toc}{chapter}{LIST OF PUBLICATIONS} \addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
\chapter*{ \normalsize \centerline {LIST OF PUBLICATIONS} }
%-----------------------------------------------
The research work in this thesis has been presented in formal proceedings and published in the following articles:
\begin{itemize}
\item One publication.
\end{itemize}
%----------------------END----------------------
%---------------------START---------------------
%Appendices
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\appendix
%The following 2 lines add the word appendices to toc and prevent appendix chapters from appearing
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}} \addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\addcontentsline{toc}{chapter}{APPENDICES} \addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
%----------------------END----------------------
%---------------------START---------------------
\chapter{Ap1}
%-----------------------------------------------
%----------------------END----------------------
%---------------------START---------------------
\chapter{Ap2}
%-----------------------------------------------
%----------------------END----------------------
\end{document}
%-----------------------------------------------
%-----------------------------------------------
%-----------------------------------------------