Changeset 98b4b12 for doc/theses/aaron_moss_PhD/phd/thesis.tex
- Timestamp:
- Apr 25, 2019, 2:46:26 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bd405fa
- Parents:
- f343c6b (diff), f845e80 (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/aaron_moss_PhD/phd/thesis.tex
rf343c6b r98b4b12 16 16 \usepackage{ifthen} 17 17 \newboolean{PrintVersion} 18 \setboolean{PrintVersion}{ false}18 \setboolean{PrintVersion}{true} 19 19 % CHANGE THIS VALUE TO "true" as necessary, to improve printed results for hard copies 20 20 % by overriding some options of the hyperref package below. … … 31 31 \usepackage{caption} % for subfigure 32 32 \usepackage{subcaption} 33 34 \usepackage[color]{changebar}35 \cbcolor{blue}36 \newcommand{\cbstartx}{\cbcolor{red} \cbstart}37 \newcommand{\cbendx}{\cbend \cbcolor{blue}}38 \newcommand{\cbstarty}{\cbcolor{green} \cbstart}39 \newcommand{\cbendy}{\cbend \cbcolor{blue}}40 33 41 34 % Hyperlinks make it very easy to navigate an electronic document.
Note: See TracChangeset
for help on using the changeset viewer.