University of Basrah Template Thesis
Author
Mohanad AL-Behadili
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Template Thesis for the University of Basrah
Template Thesis for the University of Basrah
% Mohanad Al-Behadili, May 2018
%
\documentclass[a4paper,14pt, oneside]{extreport}
\usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry}
%%% <Harvard Style>
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
% \usepackage{amsmath}
% \usepackage{csquotes}
% \usepackage[style=authoryear,sorting=ynt]{biblatex}
% \addbibresource{bibliography.bib}
% \renewcommand{\bibname}{References}
%%% </Harvard Style>
\include{thesis.preamble}
\setlength{\parindent}{0em}
\setlength{\parskip}{0em}
\begin{document}
\title{Your Thesis Title}
\research{Thesis (Dissertation)} % Thesis | Dissertation
\degree{Master of Science (PhD.) }
\majorfield{Research Area}
\author{Your Name}
\college{College Name}
%\previousdegree{BSc. Department Name}
\currentdegree{MSc. Major Field}
\supervisor{Supervisor Name 1 \\ Supervisor Name 2}
\sueaddress{Basrah, Iraq}
\submitdate{May 2019}
\normallinespacing
\maketitle
% delete the two declaration sentences in thesis.sty if not applicable.
\preface
\input{preamble/declaration.tex}
\input{preamble/linguistic-review.tex}
\input{preamble/supervisor-certificate.tex}
\input{preamble/committee-certificate.tex}
\input{preamble/dedication.tex}
\input{preamble/acknowledgements.tex}
\setlength{\parskip}{0em}
\setlength{\parindent}{1.5em}
\input{preamble/abstract.tex}
\body
\input{chapters/chapter1_introduction.tex}
\input{chapters/chapter2_background.tex}
\input{chapters/chapter3_methodology.tex}
\input{chapters/chapter4_results.tex}
\input{chapters/chapter5_conclusion.tex}
% body of thesis comes here
\addcontentsline{toc}{chapter}{References}
%% <Harvard Style>
% \printbibliography
%% </Harvard Style>
\bibliographystyle{acm}
\bibliography{bibliography}
% appendices come here
\input{appendices/appendix}
\end{document}