Changeset b110bcc for doc/theses/mike_brooks_MMath/uw-ethesis.tex
- Timestamp:
- Apr 21, 2023, 5:36:12 PM (2 years ago)
- Branches:
- ADT, master
- Children:
- 28f8f15, 6e4c44d
- Parents:
- 2ed94a9 (diff), 699a97d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/uw-ethesis.tex
r2ed94a9 rb110bcc 60 60 % For hyperlinked PDF, suitable for viewing on a computer, use this: 61 61 \documentclass[letterpaper,12pt,titlepage,oneside,final]{book} 62 \usepackage{times} 62 63 \usepackage[T1]{fontenc} % Latin-1 => 256-bit characters, => | not dash, <> not Spanish question marks 63 64 … … 87 88 \usepackage{comment} % Removes large sections of the document. 88 89 \usepackage{tabularx} 89 \usepackage{subfigure} 90 \usepackage[labelformat=simple,aboveskip=0pt,farskip=0pt,font=normalsize]{subfig} 91 \renewcommand\thesubfigure{(\alph{subfigure})} 90 92 91 93 \usepackage{algorithm} … … 115 117 citecolor=blue, % color of links to bibliography 116 118 filecolor=magenta, % color of file links 117 urlcolor=blue % color of external links 119 urlcolor=blue, % color of external links 120 breaklinks=true 118 121 } 119 122 \ifthenelse{\boolean{PrintVersion}}{ % for improved print quality, change some hyperref options … … 129 132 % although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and 130 133 % installation instructions there. 134 135 % Customizing tabularx 136 \newcolumntype{Y}{>{\centering\arraybackslash}X} 131 137 132 138 % Setting up the page margins... … … 175 181 \CFAStyle % CFA code-style 176 182 \lstset{language=CFA} % default language 177 \lstset{basicstyle=\linespread{0.9}\ tt} % CFA typewriter font183 \lstset{basicstyle=\linespread{0.9}\sf} % CFA typewriter font 178 184 \lstset{inputpath={programs}} 179 185 \newcommand{\PAB}[1]{{\color{red}PAB: #1}} 186 187 \newcommand{\uCpp}{$\mu$\CC} 180 188 181 189 %====================================================================== … … 201 209 %---------------------------------------------------------------------- 202 210 \begin{sloppypar} 203 204 211 \input{intro} 205 212 \input{background} 213 \input{list} 206 214 \input{array} 207 215 \input{string}
Note:
See TracChangeset
for help on using the changeset viewer.