Ignore:
Timestamp:
Mar 7, 2020, 9:08:07 AM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
87f572e, 9867cdb
Parents:
c88f0cf
Message:

fix table formatting, fix hyperref page numbers for references/glossary

File:
1 edited

Legend:

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

    rc88f0cf r3d3cbd0  
    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 \\
     
    250250
    251251
    252 \cleardoublepage
    253 
    254252% B I B L I O G R A P H Y
    255253% -----------------------------
    256 \addcontentsline{toc}{chapter}{Bibliography}
     254\cleardoublepage
     255\phantomsection         % allows hyperref to link to the correct page
     256\addcontentsline{toc}{section}{\refname}
    257257\bibliographystyle{plain}
    258258\bibliography{pl,local}
     259
     260% G L O S S A R Y
     261% -----------------------------
    259262\cleardoublepage
    260263\phantomsection         % allows hyperref to link to the correct page
    261 
    262 % G L O S S A R Y
    263 % -----------------------------
    264 \addcontentsline{toc}{chapter}{Glossary}
     264\addcontentsline{toc}{section}{Glossary}
    265265\printglossary
    266 \cleardoublepage
    267 \phantomsection         % allows hyperref to link to the correct page
    268266
    269267\end{document}
Note: See TracChangeset for help on using the changeset viewer.