Ignore:
Timestamp:
Apr 19, 2022, 3:00:04 PM (4 years ago)
Author:
m3zulfiq <m3zulfiq@…>
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.
Message:

added benchmark and evaluations chapter to thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex

    rba897d21 r2e9b59b  
    6060% For hyperlinked PDF, suitable for viewing on a computer, use this:
    6161\documentclass[letterpaper,12pt,titlepage,oneside,final]{book}
     62\usepackage[T1]{fontenc}        % Latin-1 => 256-bit characters, => | not dash, <> not Spanish question marks
    6263
    6364% For PDF, suitable for double-sided printing, change the PrintVersion variable below to "true" and use this \documentclass line instead of the one above:
     
    9495% Use the "hyperref" package
    9596% 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
    9799%\usepackage[pdftex,pagebackref=true]{hyperref}
    98100% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
     
    113115    citecolor=blue,        % color of links to bibliography
    114116    filecolor=magenta,      % color of file links
    115     urlcolor=blue           % color of external links
     117    urlcolor=blue,           % color of external links
     118    breaklinks=true
    116119}
    117120\ifthenelse{\boolean{PrintVersion}}{   % for improved print quality, change some hyperref options
     
    122125    urlcolor=black
    123126}}{} % 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}
    124130
    125131%\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package
     
    171177\input{common}
    172178%\usepackageinput{common}
    173 \CFAStyle                                               % CFA code-style for all languages
     179\CFAStyle                                               % CFA code-style
     180\lstset{language=CFA}                                   % default language
    174181\lstset{basicstyle=\linespread{0.9}\sf}                 % CFA typewriter font
    175182\newcommand{\uC}{$\mu$\CC}
Note: See TracChangeset for help on using the changeset viewer.