\input{preamble}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\begin{document}
\thesisTitle
{Roger Random}
{An Awesome Thesis}
{Degree}
{Program}
{Ontario Tech University}
{Dr. Radar Muppet}
{April}
{2020}
\include{abstract}
\include{acknowledgements}
% Include lists in singlespacing
\singlespacing
\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings
\printglossary[style=list]
\clearpage
\doublespacing
\pagenumbering{arabic}
% Include the Chapters
\include{introduction}
\include{background}
\include{approach}
\include{experiments}
\include{related_works}
\include{conclusions}
\bibliographystyle{acm}
\bibliography{references}
\end{document}

PDF Preview
Create an account to compile and preview