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