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

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

Fixed line length and trailing whitespace on modified tex files.

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