\documentclass[12pt]{report}
\usepackage{setspace}
\usepackage{graphics}
\usepackage{thesis}
\usepackage{latexsym}
\usepackage[dvips]{epsfig}
%\usepackage{color}
\usepackage{graphicx}
\usepackage{geometry}
\geometry{%
letterpaper, % a4paper
left= 30 mm,
right= 30 mm,
top= 15 mm,
bottom= 20 mm,
}
%\topmargin 0.0cm
%\textheight 21cm
%=======================================================
\begin{document}
%cover page information
\thesistitle{My Wonderful Thesis}
\authorname{Sai Man CHAN}
\degree{Doctor of Philosophy}
\programme{Computer Science and Engineering}
\supervisor{Prof. Tai Man CHAN}
\submitdate{2 Nov 2019}
\coverpage
%This is the cover page.
\pagenumbering{roman}
%=======================================================
%abstract
\abstractpage
%=======================================================
%acknowledgement
\acknowledgementpage
%=======================================================
%dedication
\dedicationpage
%=======================================================
%preamble sections
\tableofcontents
\listoffigures
\listoftables
%=======================================================
%initialization
\newpage
\pagenumbering{arabic}
\pagestyle{headings}
%\doublespacing
\singlespacing
%=======================================================
%insert the chapters
\input{./introduction/introduction.tex}
\input{./background/background.tex}
\input{./anti/anti.tex}
\input{./conclusion/conclusion.tex}
%=======================================================
%appendix
\appendix
\input{./whatis/whatis.tex}
%=======================================================
%bibliography
\newpage
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{ieee}
\bibliography{database}
\end{document}

PDF Preview
Create an account to compile and preview