- File:
-
- 1 edited
-
doc/proposals/concurrency/thesis.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thesis.tex
rcf966b5 re3b0e2e 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.