Changeset d046db2 for doc/papers/concurrency/Paper.tex
- Timestamp:
- Apr 18, 2018, 9:55:06 PM (5 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.