Changeset 1bd2bff for doc


Ignore:
Timestamp:
Aug 8, 2025, 4:10:35 PM (7 weeks ago)
Author:
Alvin Zhang <alvin.zhang@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
doc/theses/mike_brooks_MMath
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/uw-ethesis.bib

    rdc414d7 r1bd2bff  
    3131
    3232@misc{cxx:raii-abi,
     33    key         = {Itanium},
    3334    title       = {Itanium C++ ABI},
    3435    howpublished= {\url{https://itanium-cxx-abi.github.io/cxx-abi/abi.html}},
  • doc/theses/mike_brooks_MMath/uw-ethesis.tex

    rdc414d7 r1bd2bff  
    9090\newcommand{\cmark}{\ding{51}}
    9191\newcommand{\xmark}{\ding{55}}
     92\usepackage{multirow}
    9293\usepackage[labelformat=simple,aboveskip=0pt,farskip=0pt,font=normalsize]{subfig}
    93 \usepackage{multirow}
    9494\renewcommand\thesubfigure{(\alph{subfigure})}
    9595
     
    115115
    116116\newcommand{\uCpp}{$\mu$\CC}
    117 \newcommand{\PAB}[1]{{\color{red}PAB: #1}}
     117\newcommand{\PAB}[1]{{\color{magenta}PAB: #1}}
    118118\newcommand{\MLB}[1]{{\color{red}MLB: #1}}
    119119
     
    179179\setlength{\evensidemargin}{0.125in} % Adds 1/8 in. to binding side of all
    180180% 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 selected
    182 \setlength{\textwidth}{6.375in} % assuming US letter paper (8.5 in. x 11 in.) and side margins as above
     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 selected
     182%\setlength{\textwidth}{6.375in} % assuming US letter paper (8.5 in. x 11 in.) and side margins as above
    183183\raggedbottom
    184184
Note: See TracChangeset for help on using the changeset viewer.