Changeset 7416d46a for doc/theses/thierry_delisle/thesis.tex
- Timestamp:
- Jan 30, 2018, 3:54:32 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, stuck-waitfor-destruct, with_gc
- Children:
- 633a642
- Parents:
- f792cb8 (diff), 42be3c3 (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 moved
-
doc/theses/thierry_delisle/thesis.tex (moved) (moved from doc/proposals/concurrency/thesis.tex ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle/thesis.tex
rf792cb8 r7416d46a 23 23 \usepackage{calc} 24 24 \usepackage{xspace} 25 \usepackage[labelformat=simple]{subfig} 26 \renewcommand{\thesubfigure}{(\alph{subfigure})} 25 27 \usepackage{graphicx} 26 28 \usepackage{tabularx} … … 34 36 \usepackage[usenames]{color} 35 37 \usepackage[pagewise]{lineno} 38 \renewcommand{\linenumberfont}{\scriptsize\sffamily} 36 39 \usepackage{fancyhdr} 37 40 \usepackage{float} 38 \renewcommand{\linenumberfont}{\scriptsize\sffamily}39 41 \usepackage{siunitx} 40 42 \sisetup{ binary-units=true } 41 43 \input{style} % bespoke macros used in the document 44 \usepackage{url} 42 45 \usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,colorlinks=true,pagebackref=true,linkcolor=blue,citecolor=blue,urlcolor=blue,pagebackref=true,breaklinks=true]{hyperref} 43 46 \usepackage{breakurl} 47 \urlstyle{rm} 44 48 45 49 \usepackage{tikz} 46 50 \def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;} 47 48 \renewcommand{\UrlFont}{\small\sf}49 51 50 52 \setlength{\topmargin}{-0.45in} % move running title into header … … 123 125 \input{future} 124 126 125 \clearpage126 \printglossary[type=\acronymtype]127 \printglossary128 127 129 128 \clearpage 129 130 % B I B L I O G R A P H Y 131 % ----------------------------- 132 \addcontentsline{toc}{chapter}{Bibliography} 130 133 \bibliographystyle{plain} 131 \bibliography{cw92,distSharedMem,lfp92,mlw92,parallel,parallelIO,partheory,pl,pldi92,ps,realtime,techreportsPAB,visual,local} 134 \bibliography{pl,local} 135 \cleardoublepage 136 \phantomsection % allows hyperref to link to the correct page 137 138 % G L O S S A R Y 139 % ----------------------------- 140 \addcontentsline{toc}{chapter}{Glossary} 141 \printglossary 142 \cleardoublepage 143 \phantomsection % allows hyperref to link to the correct page 132 144 133 145
Note:
See TracChangeset
for help on using the changeset viewer.