source: doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex @ f6106a6

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since f6106a6 was 29c9b23, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Andrew MMath: Supposed to be focused on features but it ended up leaking out.

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[f28fdee]1% T I T L E   P A G E
2% -------------------
3% Last updated October 23, 2020, by Stephen Carr, IST-Client Services
4% The title page is counted as page `i' but we need to suppress the
5% page number. Also, we don't want any headers or footers.
6\pagestyle{empty}
7\pagenumbering{roman}
8
9% The contents of the title page are specified in the "titlepage"
10% environment.
11\begin{titlepage}
12        \begin{center}
13        \vspace*{1.0cm}
14
[29c9b23]15        {\Huge\bf Exception Handling in \CFA}
[f28fdee]16
17        \vspace*{1.0cm}
18
19        by \\
20
21        \vspace*{1.0cm}
22
[29c9b23]23        {\Large Andrew James Beach} \\
[f28fdee]24
25        \vspace*{3.0cm}
26
27        A thesis \\
[1c1c180]28        presented to the University of Waterloo \\
[f28fdee]29        in fulfillment of the \\
30        thesis requirement for the degree of \\
31        Master of Mathematics \\
32        in \\
33        Computer Science \\
34
35        \vspace*{2.0cm}
36
37        Waterloo, Ontario, Canada, \the\year \\
38
39        \vspace*{1.0cm}
40
[29c9b23]41        \copyright{} Andrew James Beach \the\year \\
[f28fdee]42        \end{center}
43\end{titlepage}
44
[1c1c180]45% The rest of the front pages should contain no headers and be numbered using
46% Roman numerals starting with `ii'.
[f28fdee]47\pagestyle{plain}
48\setcounter{page}{2}
49
[1c1c180]50\cleardoublepage % Ends the current page and causes all figures and tables
51% that have so far appeared in the input to be printed. In a two-sided
52% printing style, it also makes the next page a right-hand (odd-numbered)
53% page, producing a blank page if necessary.
[f28fdee]54
[1c1c180]55\begin{comment}
[f28fdee]56% E X A M I N I N G   C O M M I T T E E (Required for Ph.D. theses only)
57% Remove or comment out the lines below to remove this page
58\begin{center}\textbf{Examining Committee Membership}\end{center}
59  \noindent
[1c1c180]60The following served on the Examining Committee for this thesis.
61The decision of the Examining Committee is by majority vote.
[f28fdee]62  \bigskip
[1c1c180]63
[f28fdee]64  \noindent
65\begin{tabbing}
66Internal-External Member: \=  \kill % using longest text to define tab length
[1c1c180]67External Examiner: \>  Bruce Bruce \\
[f28fdee]68\> Professor, Dept. of Philosophy of Zoology, University of Wallamaloo \\
[1c1c180]69\end{tabbing}
[f28fdee]70  \bigskip
[1c1c180]71
[f28fdee]72  \noindent
73\begin{tabbing}
74Internal-External Member: \=  \kill % using longest text to define tab length
75Supervisor(s): \> Ann Elk \\
76\> Professor, Dept. of Zoology, University of Waterloo \\
77\> Andrea Anaconda \\
78\> Professor Emeritus, Dept. of Zoology, University of Waterloo \\
79\end{tabbing}
80  \bigskip
[1c1c180]81
[f28fdee]82  \noindent
83  \begin{tabbing}
84Internal-External Member: \=  \kill % using longest text to define tab length
85Internal Member: \> Pamela Python \\
86\> Professor, Dept. of Zoology, University of Waterloo \\
87\end{tabbing}
88  \bigskip
[1c1c180]89
[f28fdee]90  \noindent
91\begin{tabbing}
92Internal-External Member: \=  \kill % using longest text to define tab length
93Internal-External Member: \> Meta Meta \\
94\> Professor, Dept. of Philosophy, University of Waterloo \\
95\end{tabbing}
96  \bigskip
[1c1c180]97
[f28fdee]98  \noindent
99\begin{tabbing}
100Internal-External Member: \=  \kill % using longest text to define tab length
101Other Member(s): \> Leeping Fang \\
102\> Professor, Dept. of Fine Art, University of Waterloo \\
103\end{tabbing}
104
105\cleardoublepage
106\end{comment}
107
108% D E C L A R A T I O N   P A G E
109% -------------------------------
110  % The following is a sample Delaration Page as provided by the GSO
111  % December 13th, 2006.  It is designed for an electronic thesis.
112 \begin{center}\textbf{Author's Declaration}\end{center}
[1c1c180]113
[f28fdee]114 \noindent
[1c1c180]115I hereby declare that I am the sole author of this thesis. This is a true copy
116of the thesis, including any required final revisions, as accepted by my
117examiners.
[f28fdee]118
119  \bigskip
[1c1c180]120
[f28fdee]121  \noindent
122I understand that my thesis may be made electronically available to the public.
123
124\cleardoublepage
125
126% A B S T R A C T
127% ---------------
128
129\begin{center}\textbf{Abstract}\end{center}
130
131This is the abstract.
132
133\cleardoublepage
134
135% A C K N O W L E D G E M E N T S
136% -------------------------------
137
138\begin{center}\textbf{Acknowledgements}\end{center}
139
140I would like to thank all the little people who made this thesis possible.
141\cleardoublepage
142
143\begin{comment}
144% D E D I C A T I O N
145% -------------------
146
147\begin{center}\textbf{Dedication}\end{center}
148
149This is dedicated to the one I love.
150\cleardoublepage
151\end{comment}
152
153% T A B L E   O F   C O N T E N T S
154% ---------------------------------
155\renewcommand\contentsname{Table of Contents}
156\tableofcontents
157\cleardoublepage
158\phantomsection    % allows hyperref to link to the correct page
159
160% L I S T   O F   F I G U R E S
161% -----------------------------
162\addcontentsline{toc}{chapter}{List of Figures}
163\listoffigures
164\cleardoublepage
165\phantomsection         % allows hyperref to link to the correct page
166
167% L I S T   O F   T A B L E S
168% ---------------------------
169\addcontentsline{toc}{chapter}{List of Tables}
170\listoftables
171\cleardoublepage
172\phantomsection         % allows hyperref to link to the correct page
173
174% Change page numbering back to Arabic numerals
175\pagenumbering{arabic}
Note: See TracBrowser for help on using the repository browser.