%%
% author: Ashis Kumer Biswas, PhD.
% First created: 2018-09-20
% List of revisions:
% * 2023-08-17 added a bunch of lipsums
%
% Acknowledgement:
% * The initial version of this template was based on the work by Sarah Kreidler and Peter DeWitt
% (https://github.com/dewittpe/ucd-thesis-template.git) back in 2018! Thank you two for the attempt!
%%
\documentclass[english,10pt]{cse-ucdenver-thesis-report}
\input{header} %packages
\input{metainfo} %your information around the report
\input{abstract.tex}
\input{approvalpage.tex}
\input{copyrightpage.tex} %MS Thesis & PhD only
\input{acknowledgements.tex}
%\input{dedicationpage.tex} %Optional
% Begin Document
\begin{document}
\input{chapter01.tex}
\input{chapter02.tex}
\input{chapter03.tex}
\input{chapter04.tex}
\input{chapter05.tex}
\input{references.tex}
\input{appendices.tex} %optional
\newpage \ \newpage %a mandatory blank page?
\end{document}