Index: doc/theses/mike_brooks_MMath/.gitignore
===================================================================
--- doc/theses/mike_brooks_MMath/.gitignore	(revision 92538ab6b62a97cccbb9045dcd6004887dec9529)
+++ doc/theses/mike_brooks_MMath/.gitignore	(revision a08443b2bbaa3730bbe9d101e97683f4f130e925)
@@ -1,3 +1,3 @@
 !Makefile
 build
-uw-thesis.pdf
+uw-ethesis.pdf
Index: doc/theses/mike_brooks_MMath/thesis-frontpgs.tex
===================================================================
--- doc/theses/mike_brooks_MMath/thesis-frontpgs.tex	(revision 92538ab6b62a97cccbb9045dcd6004887dec9529)
+++ 	(revision )
@@ -1,128 +1,0 @@
-% T I T L E   P A G E
-% -------------------
-% Last updated June 14, 2017, by Stephen Carr, IST-Client Services
-% The title page is counted as page `i' but we need to suppress the
-% page number. Also, we don't want any headers or footers.
-\pagestyle{empty}
-\pagenumbering{roman}
-
-% The contents of the title page are specified in the "titlepage"
-% environment.
-\begin{titlepage}
-        \begin{center}
-        \vspace*{1.0cm}
-  % TODO: punch up the title, thinking getting interest in the department-wide posting of my presentation
-  % Modern collections for C
-        \Huge
-        {\bf \CFA Container Library }
-
-        \vspace*{1.0cm}
-
-        \normalsize
-        by \\
-
-        \vspace*{1.0cm}
-
-        \Large
-        Michael Leslie Brooks \\
-
-        \vspace*{3.0cm}
-
-        \normalsize
-        A thesis \\
-        presented to the University of Waterloo \\ 
-        in fulfillment of the \\
-        thesis requirement for the degree of \\
-        Master of Mathematics \\
-        in \\
-        Computer Science \\
-
-        \vspace*{2.0cm}
-
-        Waterloo, Ontario, Canada, 2022 \\
-
-        \vspace*{1.0cm}
-
-        \copyright\ Michael Leslie Brooks 2022 \\
-        \end{center}
-\end{titlepage}
-
-% The rest of the front pages should contain no headers and be numbered using Roman numerals starting with `ii'
-\pagestyle{plain}
-\setcounter{page}{2}
-
-\cleardoublepage % Ends the current page and causes all figures and tables that have so far appeared in the input to be printed.
-% In a two-sided printing style, it also makes the next page a right-hand (odd-numbered) page, producing a blank page if necessary.
-
- 
-
-
-% D E C L A R A T I O N   P A G E
-% -------------------------------
-  % The following is a sample Delaration Page as provided by the GSO
-  % December 13th, 2006.  It is designed for an electronic thesis.
-  \noindent
-I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners.
-
-  \bigskip
-  
-  \noindent
-I understand that my thesis may be made electronically available to the public.
-
-\cleardoublepage
-
-% A B S T R A C T
-% ---------------
-
-\begin{center}\textbf{Abstract}\end{center}
-
-TODO
-
-\cleardoublepage
-
-% A C K N O W L E D G E M E N T S
-% -------------------------------
-
-\begin{center}\textbf{Acknowledgements}\end{center}
-
-TODO.
-\cleardoublepage
-
-% D E D I C A T I O N
-% -------------------
-
-\begin{center}\textbf{Dedication}\end{center}
-
-TODO.
-\cleardoublepage
-
-% T A B L E   O F   C O N T E N T S
-% ---------------------------------
-\renewcommand\contentsname{Table of Contents}
-\tableofcontents
-\cleardoublepage
-\phantomsection    % allows hyperref to link to the correct page
-
-% L I S T   O F   T A B L E S
-% ---------------------------
-\addcontentsline{toc}{chapter}{List of Tables}
-\listoftables
-\cleardoublepage
-\phantomsection		% allows hyperref to link to the correct page
-
-% L I S T   O F   F I G U R E S
-% -----------------------------
-\addcontentsline{toc}{chapter}{List of Figures}
-\listoffigures
-\cleardoublepage
-\phantomsection		% allows hyperref to link to the correct page
-
-% GLOSSARIES (Lists of definitions, abbreviations, symbols, etc. provided by the glossaries-extra package)
-% -----------------------------
-\printglossaries
-\cleardoublepage
-\phantomsection		% allows hyperref to link to the correct page
-
-% Change page numbering back to Arabic numerals
-\pagenumbering{arabic}
-
