Changeset 3f37f5b for doc/theses/fangren_yu_MMath
- Timestamp:
- Aug 25, 2024, 11:54:50 AM (4 months ago)
- Branches:
- master
- Children:
- 7a37fcb1
- Parents:
- 562ccf9
- Location:
- doc/theses/fangren_yu_MMath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/fangren_yu_MMath/uw-ethesis-frontpgs.tex
r562ccf9 r3f37f5b 24 24 25 25 \Large 26 26 Fangren Yu \\ 27 27 28 28 \vspace*{3.0cm} … … 30 30 \normalsize 31 31 A thesis \\ 32 presented to the University of Waterloo \\ 32 presented to the University of Waterloo \\ 33 33 in fulfillment of the \\ 34 34 thesis requirement for the degree of \\ … … 43 43 \vspace*{1.0cm} 44 44 45 \copyright {}Fangren Yu \the\year \\45 \copyright\ Fangren Yu \the\year \\ 46 46 \end{center} 47 47 \end{titlepage} … … 63 63 The following served on the Examining Committee for this thesis. The decision of the Examining Committee is by majority vote. 64 64 \bigskip 65 65 66 66 \noindent 67 67 \begin{tabbing} 68 68 Internal-External Member: \= \kill % using longest text to define tab length 69 External Examiner: \> Bruce Bruce \\ 69 External Examiner: \> Bruce Bruce \\ 70 70 \> Professor, Dept. of Philosophy of Zoology, University of Wallamaloo \\ 71 \end{tabbing} 71 \end{tabbing} 72 72 \bigskip 73 73 74 74 \noindent 75 75 \begin{tabbing} … … 81 81 \end{tabbing} 82 82 \bigskip 83 83 84 84 \noindent 85 85 \begin{tabbing} … … 89 89 \end{tabbing} 90 90 \bigskip 91 91 92 92 \noindent 93 93 \begin{tabbing} … … 97 97 \end{tabbing} 98 98 \bigskip 99 99 100 100 \noindent 101 101 \begin{tabbing} … … 114 114 \addcontentsline{toc}{chapter}{Author's Declaration} 115 115 \begin{center}\textbf{Author's Declaration}\end{center} 116 116 117 117 \noindent 118 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 119 120 120 \bigskip 121 121 122 122 \noindent 123 123 I understand that my thesis may be made electronically available to the public. … … 179 179 \phantomsection % allows hyperref to link to the correct page 180 180 181 \begin{comment} 181 182 % L I S T O F A B B R E V I A T I O N S 182 183 % --------------------------- … … 186 187 \phantomsection % allows hyperref to link to the correct page 187 188 188 \begin{comment}189 189 % L I S T O F S Y M B O L S 190 190 % --------------------------- -
doc/theses/fangren_yu_MMath/uw-ethesis.tex
r562ccf9 r3f37f5b 91 91 % cfa macros used in the document 92 92 \input{common} 93 %\usepackage input{common}93 %\usepackage{common} 94 94 \CFAStyle % CFA code-style 95 \lstset{language=CFA} % default language 96 \lstset{basicstyle=\linespread{0.9}\sf} % CFA typewriter font 95 \lstset{language=cfa,belowskip=-1pt} % set default language to CFA 96 \lstnewenvironment{c++}[1][]{\lstset{language=[GNU]C++,escapechar=\$,moredelim=**[is][\color{red}]{@}{@},}\lstset{#1}}{} 97 98 \newcommand{\PAB}[1]{{\color{red}PAB: #1}} 97 99 \newcommand{\newtermFont}{\emph} 98 100 \newcommand{\Newterm}[1]{\newtermFont{#1}} 99 101 %\renewcommand{\newterm}[1]{\newtermFont{#1}} 100 \newcommand{\uC}{$\mu$\CC}101 \newcommand{\PAB}[1]{{\color{red}PAB: #1}}102 102 103 103 % Hyperlinks make it very easy to navigate an electronic document. … … 108 108 \usepackage[dvips,pagebackref=true]{hyperref} % with basic options 109 109 %\usepackage[pdftex,pagebackref=true]{hyperref} 110 110 % N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing. 111 111 \hypersetup{ 112 112 plainpages=false, % needed if Roman numbers in frontpages … … 140 140 \urlstyle{sf} 141 141 142 \usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package143 \renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}142 %\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package 143 %\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}} 144 144 % If glossaries-extra is not in your LaTeX distribution, get it from CTAN (http://ctan.org/pkg/glossaries-extra), 145 145 % although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and … … 182 182 183 183 % Define Glossary terms (This is properly done here, in the preamble and could also be \input{} from a separate file...) 184 \usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package185 \renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}186 \input{glossary}187 \makeglossaries184 %\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package 185 %\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}} 186 %\input{glossary} 187 %\makeglossaries 188 188 189 189 %====================================================================== … … 258 258 % GLOSSARIES (Lists of definitions, abbreviations, symbols, etc. provided by the glossaries-extra package) 259 259 % ----------------------------- 260 \printglossary 261 \cleardoublepage262 \phantomsection % allows hyperref to link to the correct page260 %\printglossaries 261 %\cleardoublepage 262 %\phantomsection % allows hyperref to link to the correct page 263 263 264 264 %----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.