- File:
-
- 1 edited
-
doc/proposals/concurrency/thesis.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thesis.tex
re3b0e2e rcf966b5 23 23 \usepackage{calc} 24 24 \usepackage{xspace} 25 \usepackage[labelformat=simple]{subfig}26 \renewcommand{\thesubfigure}{(\alph{subfigure})}27 25 \usepackage{graphicx} 28 26 \usepackage{tabularx} … … 36 34 \usepackage[usenames]{color} 37 35 \usepackage[pagewise]{lineno} 38 \renewcommand{\linenumberfont}{\scriptsize\sffamily}39 36 \usepackage{fancyhdr} 40 37 \usepackage{float} 38 \renewcommand{\linenumberfont}{\scriptsize\sffamily} 41 39 \usepackage{siunitx} 42 40 \sisetup{ binary-units=true } 43 41 \input{style} % bespoke macros used in the document 44 \usepackage{url}45 42 \usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,colorlinks=true,pagebackref=true,linkcolor=blue,citecolor=blue,urlcolor=blue,pagebackref=true,breaklinks=true]{hyperref} 46 43 \usepackage{breakurl} 47 \urlstyle{rm}48 44 49 45 \usepackage{tikz} 50 46 \def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;} 47 48 \renewcommand{\UrlFont}{\small\sf} 51 49 52 50 \setlength{\topmargin}{-0.45in} % move running title into header … … 125 123 \input{future} 126 124 125 \clearpage 126 \printglossary[type=\acronymtype] 127 \printglossary 127 128 128 129 \clearpage 129 130 % B I B L I O G R A P H Y131 % -----------------------------132 \addcontentsline{toc}{chapter}{Bibliography}133 130 \bibliographystyle{plain} 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 131 \bibliography{cw92,distSharedMem,lfp92,mlw92,parallel,parallelIO,partheory,pl,pldi92,ps,realtime,techreportsPAB,visual,local} 144 132 145 133
Note:
See TracChangeset
for help on using the changeset viewer.