Ignore:
Timestamp:
May 18, 2021, 9:05:33 AM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

comment on Mubeen's thesis writing-points

File:
1 edited

Legend:

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

    rc2794b2 rd286e94d  
    8484\usepackage{graphicx}
    8585\usepackage{comment} % Removes large sections of the document.
    86 \usepackage{todonotes} % Adds todos (Must be included after comment.)
    8786
    8887% Hyperlinks make it very easy to navigate an electronic document.
     
    107106    colorlinks=true,        % false: boxed links; true: colored links
    108107    linkcolor=blue,         % color of internal links
    109     citecolor=green,        % color of links to bibliography
     108    citecolor=blue,        % color of links to bibliography
    110109    filecolor=magenta,      % color of file links
    111     urlcolor=cyan           % color of external links
     110    urlcolor=blue           % color of external links
    112111}
    113112\ifthenelse{\boolean{PrintVersion}}{   % for improved print quality, change some hyperref options
     
    168167\CFAStyle                                               % CFA code-style for all languages
    169168\lstset{language=CFA,basicstyle=\linespread{0.9}\tt}    % CFA default language
     169\newcommand{\PAB}[1]{{\color{red}PAB: #1}}
    170170
    171171%======================================================================
     
    194194\input{allocator}
    195195\input{benchmarks}
     196\input{performance}
    196197\input{conclusion}
    197198
Note: See TracChangeset for help on using the changeset viewer.