Changeset cf966b5 for doc/proposals/concurrency/thesis.tex
- Timestamp:
- Nov 28, 2017, 3:52:01 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, resolv-new, with_gc
- Children:
- 6c2ba38
- Parents:
- f7a4f89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thesis.tex
rf7a4f89 rcf966b5 1 1 % requires tex packages: texlive-base texlive-latex-base tex-common texlive-humanities texlive-latex-extra texlive-fonts-recommended 2 2 3 % inline code ...(copyright symbol) emacs: C-q M-)4 % red highlighting ...(registered trademark symbol) emacs: C-q M-.5 % blue highlighting ...(sharp s symbol) emacs: C-q M-_6 % green highlighting ...(cent symbol) emacs: C-q M-"7 % LaTex escape ...(section symbol) emacs: C-q M-'8 % keyword escape ...(pilcrow symbol) emacs: C-q M-^3 % inline code �...� (copyright symbol) emacs: C-q M-) 4 % red highlighting �...� (registered trademark symbol) emacs: C-q M-. 5 % blue highlighting �...� (sharp s symbol) emacs: C-q M-_ 6 % green highlighting �...� (cent symbol) emacs: C-q M-" 7 % LaTex escape �...� (section symbol) emacs: C-q M-' 8 % keyword escape �...� (pilcrow symbol) emacs: C-q M-^ 9 9 % math escape $...$ (dollar symbol) 10 10 … … 82 82 \rfoot{v\input{version}} 83 83 84 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%85 84 85 86 %====================================================================== 87 % L O G I C A L D O C U M E N T -- the content of your thesis 88 %====================================================================== 86 89 \begin{document} 87 % \linenumbers88 90 89 \title{Concurrency in \CFA} 90 \author{Thierry Delisle \\ 91 School of Computer Science, University of Waterloo, \\ Waterloo, Ontario, Canada 92 } 91 % For a large document, it is a good idea to divide your thesis 92 % into several files, each one containing one chapter. 93 % To illustrate this idea, the "front pages" (i.e., title page, 94 % declaration, borrowers' page, abstract, acknowledgements, 95 % dedication, table of contents, list of tables, list of figures, 96 % nomenclature) are contained within the file "thesis-frontpgs.tex" which is 97 % included into the document by the following statement. 98 %---------------------------------------------------------------------- 99 % FRONT MATERIAL 100 %---------------------------------------------------------------------- 101 \input{frontpgs} 93 102 94 \maketitle 95 96 \tableofcontents 103 %---------------------------------------------------------------------- 104 % MAIN BODY 105 %---------------------------------------------------------------------- 97 106 98 107 \input{intro} … … 112 121 \input{results} 113 122 114 \input{conclusion}115 116 123 \input{future} 117 118 \input{acknowledge}119 124 120 125 \clearpage
Note: See TracChangeset
for help on using the changeset viewer.