University Teknology PETRONAS (UTP) Final Year Project (FYP) Dissertation Template
Author
Ali
Last Updated
před 7 lety
License
Creative Commons CC BY 4.0
Abstract
It is a template for UTP FYP dissertation.
It is a template for UTP FYP dissertation.
\documentclass[a4paper,12pt,oneside]{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}
\graphicspath{ {Figures/} }
\usepackage{algpseudocode}
\def\bbbr{
{\rm I\!R}
}
\raggedbottom
%-----------------------------------------------
%-----------------------------------------------
%-----------------------------------------------
\begin{document}
%---------------------START---------------------
%Title
%-----------------------------------------------
\title{University Teknology PETRONAS (UTP) Final Year Project (FYP) Dissertation Template}
\author{FULL NAME}
\authorId{ID}
\degree{Bachelor of Technology (Hons)}
\programme{Information and Communication Technology}
\mainsupervisor{Dr. Name}
\submitsem{May 2017}
\beforepreface %dont change this
%----------------------END----------------------
% %---------------------START---------------------
% %Dedication
% %-----------------------------------------------
\prefacesection{Dedication}
\addcontentsline{toc}{chapter}{DEDICATION}
% %-----------------------------------------------
\begin{center}
To my parents who ....
\end{center}
% %----------------------END----------------------
%---------------------START---------------------
%Abstract
%-----------------------------------------------
\prefacesection{Abstract}
\addcontentsline{toc}{chapter}{ABSTRACT}
%-----------------------------------------------
Abstract ...
%----------------------END----------------------
%---------------------START---------------------
%Acknowledgements
%-----------------------------------------------
\prefacesection{Acknowledgements}
\addcontentsline{toc}{chapter}{ACKNOWLEDGEMENT}
%-----------------------------------------------
Acknowledgements ...
%----------------------END----------------------
%---------------------START---------------------
%Preface
%-----------------------------------------------
\clearpage
\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}
%-----------------------------------------------
\section{Background}
\section{Problem Statement}
\section{Research Question}
\section{Objective}
\section{Scope of Work}
%----------------------END----------------------
%---------------------START---------------------
%Chapter 2
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Literature Review}
\label{ch2}
%-----------------------------------------------
Literature Review ...
\section{Hypothesis}
Hypothesis ...
%----------------------END----------------------
%---------------------START---------------------
%Chapter 3
%-----------------------------------------------
%\pagestyle{plain}\cleardoublepage %To Add empty page and start on odd number (SOFTBOUND)%%
\chapter{Methodology}
\label{ch3}
%-----------------------------------------------
Methodology ...
%----------------------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---------------------
% %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*{\centering\normalsize\normalfont\uppercase{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{Appen 1}
%-----------------------------------------------
% Appen 1 ...
%----------------------END----------------------
\end{document}
%-----------------------------------------------
%-----------------------------------------------
%-----------------------------------------------