Ignore:
Timestamp:
Mar 18, 2020, 3:41:01 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
778452d, d658183
Parents:
c4fd4ef (diff), 45f4147 (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:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/comp_II/comp_II.tex

    rc4fd4ef rbbdb0c6  
    88\usepackage{graphicx}
    99\usepackage{epic,eepic}
    10 \usepackage[hidelinks]{hyperref}
    1110\usepackage{glossaries}
    1211\usepackage{textcomp}
     12\usepackage[hidelinks]{hyperref}
    1313%\usepackage[margin=1in]{geometry}
    1414%\usepackage{float}
     
    151151\begin{table}
    152152        \begin{center}
    153                 \begin{tabular}{|c|c|c|}
    154                         \hline
    155                         & Many Processors & Few Processors \\
     153                \begin{tabular}{|r|l|l|}
     154                        \cline{2-3}
     155                        \multicolumn{1}{r|}{} & \multicolumn{1}{c|}{Many Processors} & \multicolumn{1}{c|}{Few Processors} \\
    156156                        \hline
    157157                        Many Threads & A: good performance & B: good performance \\
     
    260260
    261261
    262 \cleardoublepage
    263 
    264262% B I B L I O G R A P H Y
    265263% -----------------------------
    266 \addcontentsline{toc}{chapter}{Bibliography}
     264\cleardoublepage
     265\phantomsection         % allows hyperref to link to the correct page
     266\addcontentsline{toc}{section}{\refname}
    267267\bibliographystyle{plain}
    268268\bibliography{pl,local}
     269
     270% G L O S S A R Y
     271% -----------------------------
    269272\cleardoublepage
    270273\phantomsection         % allows hyperref to link to the correct page
    271 
    272 % G L O S S A R Y
    273 % -----------------------------
    274 \addcontentsline{toc}{chapter}{Glossary}
     274\addcontentsline{toc}{section}{Glossary}
    275275\printglossary
    276 \cleardoublepage
    277 \phantomsection         % allows hyperref to link to the correct page
    278276
    279277\end{document}
Note: See TracChangeset for help on using the changeset viewer.