Changeset 3f37f5b


Ignore:
Timestamp:
Aug 25, 2024, 11:54:50 AM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
7a37fcb1
Parents:
562ccf9
Message:

update thesis macros

Location:
doc/theses/fangren_yu_MMath
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/fangren_yu_MMath/uw-ethesis-frontpgs.tex

    r562ccf9 r3f37f5b  
    2424
    2525        \Large
    26         Fangren Yu \\
     26                Fangren Yu \\
    2727
    2828        \vspace*{3.0cm}
     
    3030        \normalsize
    3131        A thesis \\
    32         presented to the University of Waterloo \\ 
     32        presented to the University of Waterloo \\
    3333        in fulfillment of the \\
    3434        thesis requirement for the degree of \\
     
    4343        \vspace*{1.0cm}
    4444
    45         \copyright{} Fangren Yu \the\year \\
     45        \copyright\ Fangren Yu \the\year \\
    4646        \end{center}
    4747\end{titlepage}
     
    6363The following served on the Examining Committee for this thesis. The decision of the Examining Committee is by majority vote.
    6464  \bigskip
    65  
     65
    6666  \noindent
    6767\begin{tabbing}
    6868Internal-External Member: \=  \kill % using longest text to define tab length
    69 External Examiner: \>  Bruce Bruce \\ 
     69External Examiner: \>  Bruce Bruce \\
    7070\> Professor, Dept. of Philosophy of Zoology, University of Wallamaloo \\
    71 \end{tabbing} 
     71\end{tabbing}
    7272  \bigskip
    73  
     73
    7474  \noindent
    7575\begin{tabbing}
     
    8181\end{tabbing}
    8282  \bigskip
    83  
     83
    8484  \noindent
    8585  \begin{tabbing}
     
    8989\end{tabbing}
    9090  \bigskip
    91  
     91
    9292  \noindent
    9393\begin{tabbing}
     
    9797\end{tabbing}
    9898  \bigskip
    99  
     99
    100100  \noindent
    101101\begin{tabbing}
     
    114114 \addcontentsline{toc}{chapter}{Author's Declaration}
    115115 \begin{center}\textbf{Author's Declaration}\end{center}
    116  
     116
    117117 \noindent
    118118I 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.
    119119
    120120  \bigskip
    121  
     121
    122122  \noindent
    123123I understand that my thesis may be made electronically available to the public.
     
    179179\phantomsection         % allows hyperref to link to the correct page
    180180
     181\begin{comment}
    181182% L I S T   O F   A B B R E V I A T I O N S
    182183% ---------------------------
     
    186187\phantomsection         % allows hyperref to link to the correct page
    187188
    188 \begin{comment}
    189189% L I S T   O F   S Y M B O L S
    190190% ---------------------------
  • doc/theses/fangren_yu_MMath/uw-ethesis.tex

    r562ccf9 r3f37f5b  
    9191% cfa macros used in the document
    9292\input{common}
    93 %\usepackageinput{common}
     93%\usepackage{common}
    9494\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}}
    9799\newcommand{\newtermFont}{\emph}
    98100\newcommand{\Newterm}[1]{\newtermFont{#1}}
    99101%\renewcommand{\newterm}[1]{\newtermFont{#1}}
    100 \newcommand{\uC}{$\mu$\CC}
    101 \newcommand{\PAB}[1]{{\color{red}PAB: #1}}
    102102
    103103% Hyperlinks make it very easy to navigate an electronic document.
     
    108108\usepackage[dvips,pagebackref=true]{hyperref} % with basic options
    109109%\usepackage[pdftex,pagebackref=true]{hyperref}
    110                 % N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
     110% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
    111111\hypersetup{
    112112    plainpages=false,       % needed if Roman numbers in frontpages
     
    140140\urlstyle{sf}
    141141
    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}}
     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}}
    144144% If glossaries-extra is not in your LaTeX distribution, get it from CTAN (http://ctan.org/pkg/glossaries-extra),
    145145% although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and
     
    182182
    183183% 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 package
    185 \renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}
    186 \input{glossary}
    187 \makeglossaries
     184%\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
    188188
    189189%======================================================================
     
    258258% GLOSSARIES (Lists of definitions, abbreviations, symbols, etc. provided by the glossaries-extra package)
    259259% -----------------------------
    260 \printglossary
    261 \cleardoublepage
    262 \phantomsection         % allows hyperref to link to the correct page
     260%\printglossaries
     261%\cleardoublepage
     262%\phantomsection                % allows hyperref to link to the correct page
    263263
    264264%----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.