Changeset 3f37f5b for doc/theses/fangren_yu_MMath/uw-ethesis.tex
- Timestamp:
- Aug 25, 2024, 11:54:50 AM (2 months ago)
- Branches:
- master
- Children:
- 7a37fcb1
- Parents:
- 562ccf9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.