- Timestamp:
- Aug 8, 2025, 4:10:35 PM (7 weeks ago)
- Branches:
- master
- Children:
- c536f9d
- Parents:
- dc414d7 (diff), ad41cbd (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. - Location:
- doc/theses/mike_brooks_MMath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/uw-ethesis.bib
rdc414d7 r1bd2bff 31 31 32 32 @misc{cxx:raii-abi, 33 key = {Itanium}, 33 34 title = {Itanium C++ ABI}, 34 35 howpublished= {\url{https://itanium-cxx-abi.github.io/cxx-abi/abi.html}}, -
doc/theses/mike_brooks_MMath/uw-ethesis.tex
rdc414d7 r1bd2bff 90 90 \newcommand{\cmark}{\ding{51}} 91 91 \newcommand{\xmark}{\ding{55}} 92 \usepackage{multirow} 92 93 \usepackage[labelformat=simple,aboveskip=0pt,farskip=0pt,font=normalsize]{subfig} 93 \usepackage{multirow}94 94 \renewcommand\thesubfigure{(\alph{subfigure})} 95 95 … … 115 115 116 116 \newcommand{\uCpp}{$\mu$\CC} 117 \newcommand{\PAB}[1]{{\color{ red}PAB: #1}}117 \newcommand{\PAB}[1]{{\color{magenta}PAB: #1}} 118 118 \newcommand{\MLB}[1]{{\color{red}MLB: #1}} 119 119 … … 179 179 \setlength{\evensidemargin}{0.125in} % Adds 1/8 in. to binding side of all 180 180 % even-numbered pages when the "twoside" printing option is selected 181 \setlength{\oddsidemargin}{0.125in} % Adds 1/8 in. to the left of all pages when "oneside" printing is selected, and to the left of all odd-numbered pages when "twoside" printing is selected182 \setlength{\textwidth}{6.375in} % assuming US letter paper (8.5 in. x 11 in.) and side margins as above181 %\setlength{\oddsidemargin}{0.125in} % Adds 1/8 in. to the left of all pages when "oneside" printing is selected, and to the left of all odd-numbered pages when "twoside" printing is selected 182 %\setlength{\textwidth}{6.375in} % assuming US letter paper (8.5 in. x 11 in.) and side margins as above 183 183 \raggedbottom 184 184
Note:
See TracChangeset
for help on using the changeset viewer.