Changeset 29c9b23 for doc/theses/andrew_beach_MMath/uw-ethesis.tex
- Timestamp:
- Feb 4, 2021, 9:56:11 AM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 9af0fe2d
- Parents:
- 6a99803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/uw-ethesis.tex
r6a99803 r29c9b23 70 70 % un-comment the second \documentclass line. 71 71 % 2) change the value assigned below to the boolean variable "PrintVersion" 72 % from " 72 % from "false" to "true". 73 73 74 74 % ====================================================================== … … 82 82 % one above: 83 83 %\documentclass[letterpaper,12pt,titlepage,openright,twoside,final]{book} 84 85 \usepackage{etoolbox} 84 86 85 87 % Some LaTeX commands I define for my own nomenclature. … … 105 107 % For including graphics N.B. pdftex graphics driver 106 108 \usepackage[pdftex]{graphicx} 109 % Removes large sections of the document. 110 \usepackage{comment} 107 111 108 112 % Hyperlinks make it very easy to navigate an electronic document. … … 201 205 \makeglossaries 202 206 203 \usepackage{comment}204 207 % cfa macros used in the document 205 208 %\usepackage{cfalab} 209 % I'm going to bring back eventually. 210 \makeatletter 211 % Combines all \CC* commands: 212 \newrobustcmd*\Cpp[1][\xspace]{\cfalab@Cpp#1} 213 \newcommand\cfalab@Cpp{C\kern-.1em\hbox{+\kern-.25em+}} 214 % Optional arguments do not work with pdf string. (Some fix-up required.) 215 \pdfstringdefDisableCommands{\def\Cpp{C++}} 216 \makeatother 217 206 218 \input{common} 207 \CFAStyle % CFA code-style for all languages 208 \lstset{language=CFA,basicstyle=\linespread{0.9}\tt} % CFA default lnaguage 219 % CFA code-style for all languages 220 \CFAStyle 221 % CFA default lnaguage 222 \lstset{language=CFA,basicstyle=\linespread{0.9}\tt} 223 % Annotations from Peter: 209 224 \newcommand{\PAB}[1]{{\color{blue}PAB: #1}} 225 % Change the style of abbreviations: 226 \renewcommand{\abbrevFont}{} 210 227 211 228 %======================================================================
Note: See TracChangeset
for help on using the changeset viewer.