Changeset d286e94d for doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex
- Timestamp:
- May 18, 2021, 9:05:33 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 63f42a8
- Parents:
- c2794b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex
rc2794b2 rd286e94d 84 84 \usepackage{graphicx} 85 85 \usepackage{comment} % Removes large sections of the document. 86 \usepackage{todonotes} % Adds todos (Must be included after comment.)87 86 88 87 % Hyperlinks make it very easy to navigate an electronic document. … … 107 106 colorlinks=true, % false: boxed links; true: colored links 108 107 linkcolor=blue, % color of internal links 109 citecolor= green, % color of links to bibliography108 citecolor=blue, % color of links to bibliography 110 109 filecolor=magenta, % color of file links 111 urlcolor= cyan% color of external links110 urlcolor=blue % color of external links 112 111 } 113 112 \ifthenelse{\boolean{PrintVersion}}{ % for improved print quality, change some hyperref options … … 168 167 \CFAStyle % CFA code-style for all languages 169 168 \lstset{language=CFA,basicstyle=\linespread{0.9}\tt} % CFA default language 169 \newcommand{\PAB}[1]{{\color{red}PAB: #1}} 170 170 171 171 %====================================================================== … … 194 194 \input{allocator} 195 195 \input{benchmarks} 196 \input{performance} 196 197 \input{conclusion} 197 198
Note: See TracChangeset
for help on using the changeset viewer.