Changeset bbdb0c6 for doc/theses/thierry_delisle_PhD
- Timestamp:
- Mar 18, 2020, 3:41:01 PM (5 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/comp_II/comp_II.tex
rc4fd4ef rbbdb0c6 8 8 \usepackage{graphicx} 9 9 \usepackage{epic,eepic} 10 \usepackage[hidelinks]{hyperref}11 10 \usepackage{glossaries} 12 11 \usepackage{textcomp} 12 \usepackage[hidelinks]{hyperref} 13 13 %\usepackage[margin=1in]{geometry} 14 14 %\usepackage{float} … … 151 151 \begin{table} 152 152 \begin{center} 153 \begin{tabular}{| c|c|c|}154 \ hline155 & 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} \\ 156 156 \hline 157 157 Many Threads & A: good performance & B: good performance \\ … … 260 260 261 261 262 \cleardoublepage263 264 262 % B I B L I O G R A P H Y 265 263 % ----------------------------- 266 \addcontentsline{toc}{chapter}{Bibliography} 264 \cleardoublepage 265 \phantomsection % allows hyperref to link to the correct page 266 \addcontentsline{toc}{section}{\refname} 267 267 \bibliographystyle{plain} 268 268 \bibliography{pl,local} 269 270 % G L O S S A R Y 271 % ----------------------------- 269 272 \cleardoublepage 270 273 \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} 275 275 \printglossary 276 \cleardoublepage277 \phantomsection % allows hyperref to link to the correct page278 276 279 277 \end{document}
Note: See TracChangeset
for help on using the changeset viewer.