| 1 | % T I T L E P A G E
|
|---|
| 2 | % -------------------
|
|---|
| 3 | % Last updated August 16, 2022, by 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 Enumerated Types in \CFA}
|
|---|
| 17 |
|
|---|
| 18 | \vspace*{1.0cm}
|
|---|
| 19 |
|
|---|
| 20 | \normalsize
|
|---|
| 21 | by \\
|
|---|
| 22 |
|
|---|
| 23 | \vspace*{1.0cm}
|
|---|
| 24 |
|
|---|
| 25 | \Large
|
|---|
| 26 | Jiada Liang \\
|
|---|
| 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{} Jiada Liang \the\year \\
|
|---|
| 46 | \end{center}
|
|---|
| 47 | \end{titlepage}
|
|---|
| 48 |
|
|---|
| 49 | % The rest of the front pages should contain no headers and be numbered using Roman numerals starting with `ii'
|
|---|
| 50 | \pagestyle{plain}
|
|---|
| 51 | \setcounter{page}{2}
|
|---|
| 52 |
|
|---|
| 53 | \cleardoublepage % Ends the current page and causes all figures and tables that have so far appeared in the input to be printed.
|
|---|
| 54 | % In a two-sided printing style, it also makes the next page a right-hand (odd-numbered) page, producing a blank page if necessary.
|
|---|
| 55 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 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 | \addcontentsline{toc}{chapter}{Examining Committee}
|
|---|
| 61 | \begin{center}\textbf{Examining Committee Membership}\end{center}
|
|---|
| 62 | \noindent
|
|---|
| 63 | The following served on the Examining Committee for this thesis. 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 Declaration Page as provided by the GSO
|
|---|
| 113 | % December 13th, 2006. It is designed for an electronic thesis.
|
|---|
| 114 | \addcontentsline{toc}{chapter}{Author's Declaration}
|
|---|
| 115 | \begin{center}\textbf{Author's Declaration}\end{center}
|
|---|
| 116 |
|
|---|
| 117 | \noindent
|
|---|
| 118 | 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.
|
|---|
| 119 |
|
|---|
| 120 | \bigskip
|
|---|
| 121 |
|
|---|
| 122 | \noindent
|
|---|
| 123 | I understand that my thesis may be made electronically available to the public.
|
|---|
| 124 |
|
|---|
| 125 | \cleardoublepage
|
|---|
| 126 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 127 |
|
|---|
| 128 | % A B S T R A C T
|
|---|
| 129 | % ---------------
|
|---|
| 130 | \addcontentsline{toc}{chapter}{Abstract}
|
|---|
| 131 | \begin{center}\textbf{Abstract}\end{center}
|
|---|
| 132 |
|
|---|
| 133 | Enumerated type ...
|
|---|
| 134 |
|
|---|
| 135 | \cleardoublepage
|
|---|
| 136 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 137 |
|
|---|
| 138 | % A C K N O W L E D G E M E N T S
|
|---|
| 139 | % -------------------------------
|
|---|
| 140 | \addcontentsline{toc}{chapter}{Acknowledgements}
|
|---|
| 141 | \begin{center}\textbf{Acknowledgements}\end{center}
|
|---|
| 142 |
|
|---|
| 143 | I would like to thank all the little people who made this thesis possible.
|
|---|
| 144 |
|
|---|
| 145 | Finally, a special thank you to Huawei Canada for funding this work.
|
|---|
| 146 |
|
|---|
| 147 | \cleardoublepage
|
|---|
| 148 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 149 |
|
|---|
| 150 | \begin{comment}
|
|---|
| 151 | % D E D I C A T I O N
|
|---|
| 152 | % -------------------
|
|---|
| 153 | \addcontentsline{toc}{chapter}{Dedication}
|
|---|
| 154 | \begin{center}\textbf{Dedication}\end{center}
|
|---|
| 155 |
|
|---|
| 156 | This is dedicated to the one I love.
|
|---|
| 157 | \cleardoublepage
|
|---|
| 158 | \end{comment}
|
|---|
| 159 |
|
|---|
| 160 | % T A B L E O F C O N T E N T S
|
|---|
| 161 | % ---------------------------------
|
|---|
| 162 | \renewcommand\contentsname{Table of Contents}
|
|---|
| 163 | \tableofcontents
|
|---|
| 164 | \cleardoublepage
|
|---|
| 165 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 166 |
|
|---|
| 167 | % L I S T O F F I G U R E S
|
|---|
| 168 | % -----------------------------
|
|---|
| 169 | \addcontentsline{toc}{chapter}{List of Figures}
|
|---|
| 170 | \listoffigures
|
|---|
| 171 | \cleardoublepage
|
|---|
| 172 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 173 |
|
|---|
| 174 | % L I S T O F T A B L E S
|
|---|
| 175 | % ---------------------------
|
|---|
| 176 | \addcontentsline{toc}{chapter}{List of Tables}
|
|---|
| 177 | \listoftables
|
|---|
| 178 | \cleardoublepage
|
|---|
| 179 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 180 |
|
|---|
| 181 | % L I S T O F A B B R E V I A T I O N S
|
|---|
| 182 | % ---------------------------
|
|---|
| 183 | \renewcommand*{\abbreviationsname}{List of Abbreviations}
|
|---|
| 184 | \printglossary[type=abbreviations]
|
|---|
| 185 | \cleardoublepage
|
|---|
| 186 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 187 |
|
|---|
| 188 | \begin{comment}
|
|---|
| 189 | % L I S T O F S Y M B O L S
|
|---|
| 190 | % ---------------------------
|
|---|
| 191 | \printglossary[type=symbols]
|
|---|
| 192 | \cleardoublepage
|
|---|
| 193 | \phantomsection % allows hyperref to link to the correct page
|
|---|
| 194 | \end{comment}
|
|---|
| 195 |
|
|---|
| 196 | % Change page numbering back to Arabic numerals
|
|---|
| 197 | \pagenumbering{arabic}
|
|---|