Changeset 2e9b59b for doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex
- Timestamp:
- Apr 19, 2022, 3:00:04 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 5b84a321
- Parents:
- ba897d21 (diff), bb7c77d (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/mubeen_zulfiqar_MMath/uw-ethesis.tex
rba897d21 r2e9b59b 60 60 % For hyperlinked PDF, suitable for viewing on a computer, use this: 61 61 \documentclass[letterpaper,12pt,titlepage,oneside,final]{book} 62 \usepackage[T1]{fontenc} % Latin-1 => 256-bit characters, => | not dash, <> not Spanish question marks 62 63 63 64 % For PDF, suitable for double-sided printing, change the PrintVersion variable below to "true" and use this \documentclass line instead of the one above: … … 94 95 % Use the "hyperref" package 95 96 % N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE 96 \usepackage[pagebackref=true]{hyperref} % with basic options 97 \usepackage{url} 98 \usepackage[dvips,pagebackref=true]{hyperref} % with basic options 97 99 %\usepackage[pdftex,pagebackref=true]{hyperref} 98 100 % N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing. … … 113 115 citecolor=blue, % color of links to bibliography 114 116 filecolor=magenta, % color of file links 115 urlcolor=blue % color of external links 117 urlcolor=blue, % color of external links 118 breaklinks=true 116 119 } 117 120 \ifthenelse{\boolean{PrintVersion}}{ % for improved print quality, change some hyperref options … … 122 125 urlcolor=black 123 126 }}{} % end of ifthenelse (no else) 127 %\usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,pagebackref=true,breaklinks=true,colorlinks=true,linkcolor=blue,citecolor=blue,urlcolor=blue]{hyperref} 128 \usepackage{breakurl} 129 \urlstyle{sf} 124 130 125 131 %\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package … … 171 177 \input{common} 172 178 %\usepackageinput{common} 173 \CFAStyle % CFA code-style for all languages 179 \CFAStyle % CFA code-style 180 \lstset{language=CFA} % default language 174 181 \lstset{basicstyle=\linespread{0.9}\sf} % CFA typewriter font 175 182 \newcommand{\uC}{$\mu$\CC}
Note:
See TracChangeset
for help on using the changeset viewer.