%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% DO NOT DELETE THIS
%% University of the Philippines Baguio
%% Department of Mathematics and Computer Science
%% Thesis Document Template
%%
%% Send comments to Junius Wilhelm G. Bueno (jgbueno@up.edu.ph)
%% Version: 2025/06/01
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper, 12pt]{report}
\input{UPBMATH_Preamble}
\abs{\hspace{20 pt} This is the content of the Abstract.} %content of abstract
\acknowledge{ Thank you.} %content of acknowledgements
\begin{document}
\titlet{\title}
\authoronefirstt{\authoronefirst}
\authoronelastt{\authoronelast}
\authoroneextt{\authoroneex}
\authortwofirstt{\authortwofirst}
\authortwolastt{\authortwolast}
\authortwoextt{\authortwoex}
\degreeonlyt{\degreeonly}
\titledate{\datesubmission}
\advisert{\adviserone, \adviseronedegree}
\advisertwot{\advisertwo, \advisertwodegree}
\beforepreface
%% Rerun the tex files and overwrite the pdfs in the respective subfolders
%% if there are changes in UPB_def.tex
\includepdf{./copyright/copyright.pdf}
\includepdf{./announcement/announcement.pdf}
\includepdf{./approvalpage/approvalpage.pdf}
\abstractpage
\acknowledgepage
\tableofcontents
\listoffigures
\vspace{2 cm}
\begingroup
\let\clearpage\relax
\listoftables
\endgroup
\afterpreface
\include{chapter1intro}
\include{chapter2basics}
\include{chapter3results}
\include{chapter4numerical}
\include{chapter5conclusions}
\appendix
\addappheadtotoc
\include{appendix}
%\nocite{*} %uncomment if all reference are to be included (not only the once cited)
\printbibliography[heading=bibintoc, title={List of References}]
\end{document}