\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
\RequirePackage{silence}
\WarningFilter{frenchb.ldf}{Please load the}
\documentclass{UnimasThesis}
\usepackage{graphicx}
\usepackage[os=win]{menukeys}
\usepackage{listings}
\lstset{language=[LaTeX]TeX,columns=fullflexible,
basicstyle=\ttfamily,texcsstyle=*\bfseries\color{NavyBlue},
commentstyle=\itshape\color{PaleVioletRed4},
frame=single,framesep=6pt,
framexleftmargin=6pt,framexrightmargin=6pt,
xleftmargin=12pt,xrightmargin=12pt,
breaklines=true,breakatwhitespace=true}
\title{<Your Thesis Title>}
\author{<Your Name>}
\faculty{<Your Faculty>}
\facultyColour{FFCC00} %% 6-digit RGB hexadecimal code
\submissionyear{2015}
\degreetype{Doctor of Philosophy\\(Computer Science)}
% If using APA bibliography style
\usepackage[natbibapa]{apacite}
\bibliographystyle{apacite}
\begin{document}
\maketitle
\frontmatter
% Acknowledgements from ack.tex
\input{ack}
% English abstract from abstract-en.tex
\input{abstract-en}
% Malay Abstract from abstrak-ms.tex
\input{abstrak-ms}
\tableofcontents
\listoffigures
\listoftables
% List of Symbols may be prepared as in symbols.tex
\input{symbols}
\mainmatter
% Each chapter from a separate file
\input{chap-howtouse}
\input{chap-intro}
\input{chap-fibonacci}
\input{chap-goldenratio}
% references are listed in refs.bib
\bibliography{refs}
\appendix
% Each appendix chapter from a separate file
\input{app-details}
\input{app-code}
\end{document}