Changeset d046db2 for doc/papers/concurrency
- Timestamp:
- Apr 18, 2018, 9:55:06 PM (7 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, with_gc
- Children:
- 3265399, 9dc31c10
- Parents:
- f38e7d7
- Location:
- doc/papers/concurrency
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/concurrency/Makefile
rf38e7d7 rd046db2 3 3 Build = build 4 4 Figures = figures 5 Macros = AMA/AMA-stix/ama5 Macros = ../AMA/AMA-stix/ama 6 6 TeXLIB = .:annex:../../LaTeXmacros:${Macros}:${Build}:../../bibliography: 7 7 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build} … … 79 79 80 80 WileyNJD-AMA.bst: 81 ln -fs AMA/AMA-stix/ama/WileyNJD-AMA.bst .81 ln -fs ../AMA/AMA-stix/ama/WileyNJD-AMA.bst . 82 82 83 83 %.tex : %.fig -
doc/papers/concurrency/Paper.tex
rf38e7d7 rd046db2 12 12 13 13 % Latex packages used in the document. 14 14 15 \usepackage{epic,eepic} 15 16 \usepackage{xspace} … … 21 22 \usepackage{siunitx} 22 23 \sisetup{ binary-units=true } 23 %\input{style} % bespoke macros used in the document24 24 25 25 \hypersetup{breaklinks=true} … … 31 31 \renewcommand{\linenumberfont}{\scriptsize\sffamily} 32 32 33 \lefthyphenmin=4 % hyphen only after 4 characters 34 \righthyphenmin=4 33 \renewcommand{\textfraction}{0.0} % the entire page maybe devoted to floats with no text on the page at all 34 35 \lefthyphenmin=3 % hyphen only after 4 characters 36 \righthyphenmin=3 35 37 36 38 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset
for help on using the changeset viewer.