Changeset e2e7330 for doc/papers/general
- Timestamp:
- Jan 31, 2018, 5:50:34 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, with_gc
- Children:
- 295e5071
- Parents:
- bc6f918 (diff), 281806b6 (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. - Location:
- doc/papers/general
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/general/.gitignore
rbc6f918 re2e7330 1 1 # generated by latex 2 *.aux 3 *.bbl 4 *.blg 5 *.brf 6 *.dvi 7 *.idx 8 *.ilg 9 *.ind 10 *.log 11 *.out 2 build/* 12 3 *.pdf 13 4 *.ps 14 *.toc15 *.lof16 *.lot17 *.synctex.gz18 comment.cut19 timing.tex -
doc/papers/general/Paper.tex
rbc6f918 re2e7330 1095 1095 1096 1096 \bibliographystyle{plain} 1097 \bibliography{ cfa}1097 \bibliography{pl} 1098 1098 1099 1099 -
doc/papers/general/evaluation/timing.gp
rbc6f918 re2e7330 2 2 # set output "timing.pdf" 3 3 set terminal pslatex size 6.25,2.125 color solid 4 set output "timing.tex"4 set output Build."timing.tex" 5 5 6 6 set pointsize 2.0
Note:
See TracChangeset
for help on using the changeset viewer.