Thesis

Thesis LaTeX template.

Category

thesis

License

Free to use (MIT)

File

Thesis.tex

Thesis.texRead-only preview
\documentclass[12pt, a4paper, oneside]{report}

	\setcounter{secnumdepth}{5}
	\usepackage{blindtext}
	\usepackage{charter}
	\usepackage[super]{nth}
	\usepackage[backend=biber,bibencoding=ascii,style=ieee]{biblatex}
	\usepackage[nottoc]{tocbibind}
	\usepackage{csquotes}
	\usepackage[english]{babel}
	\usepackage{chngcntr}
	\usepackage[a4paper,left=3.7cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry}
	\usepackage[acronym,nomain]{glossaries}
	\usepackage{color}
	\usepackage[hidelinks]{hyperref}
	\usepackage{mathtools}
	\usepackage{graphicx}
	\usepackage{float}
	\usepackage[labelsep=endash]{caption}
	\usepackage[toc,page]{appendix}
	\usepackage{tocloft}
	\graphicspath{ {./images/} }
	\hypersetup{
    	colorlinks=false,
	}

	\bibliography{ThesisBib}	
	
	\def\NAME{RESEARCHER-NAME}
	\def\SUPERVISOR{MAIN-SUPERVISOR-NAME}
	\def\COSUPERVISOR{CO-SUPERVISOR-NAME}
	\def\INDEXNO{INDEX-NO}
	\def\TOPIC{RESEARCH-TOPIC}
	\def\DATE{\today}
	\newcommand\chap[1]{%
  		\chapter*{#1}%
  	\addcontentsline{toc}{chapter}{#1}}
  	
  	\makenoidxglossaries
	\newacronym{utc}{UTC}{Coordinated Universal Time}
	\newacronym{adt}{ADT}{Atlantic Daylight Time}
	\newacronym{est}{EST}{Eastern Standard Time}
	
	\setlength{\parindent}{0em}
	\setlength{\parskip}{1.5em}
	\setlength\cftparskip{-2pt}
	\setlength\cftbeforesecskip{1pt}
	\setlength\cftaftertoctitleskip{2pt}
	\setlength{\emergencystretch}{10pt}
	\linespread{1.5}
	\bibliography{sample}
\begin{document}
	\pagenumbering{roman}
	\include{chapters/cover}
	\include{chapters/title}
	
	\setlength{\parskip}{0.5em}
	\include{chapters/declaration}
	\setlength{\parskip}{1.5em}
	
	\include{chapters/abstract}
	\include{chapters/preface}
	\include{chapters/acknowledgement}
	
	\renewcommand{\baselinestretch}{1.0}\normalsize
	\clearpage
	\phantomsection
	\addcontentsline{toc}{chapter}{Contents}
	\tableofcontents
	\renewcommand{\baselinestretch}{1.5}\normalsize
	
	\clearpage
	\listoffigures
	
	\clearpage
	\listoftables
	
	\clearpage
	
	\printnoidxglossary[type=\acronymtype, nonumberlist]
	\addcontentsline{toc}{chapter}{Acronyms}
	\clearpage
	
	\pagenumbering{arabic}
	
	\chapter{Introduction}
		\input{chapters/chapter01/background}
		\input{chapters/chapter01/conclusion}
		
	\chap{Chapter 2}
		\input{chapters/chapter02/literature}

	\printbibliography	
	
	\begin{appendices}
		\chapter{Some Appendix}
			The contents.
	\end{appendices}


\end{document}
Preview
Thesis preview
Thesis LaTeX Template | Bibby | Bibby AI