Ontariotech Thesis

A UOIT LaTeX thesis template.

Category

phd

License

Free to use (MIT)

File

src/thesis.tex

thesis.texRead-only preview
\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}
Preview
Ontariotech Thesis preview
Ontariotech Thesis LaTeX Template | Bibby | Bibby AI