Ignore:
Timestamp:
Nov 28, 2017, 3:52:01 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Results need to be updated but otherwise, tentative final draft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/thesis.tex

    rf7a4f89 rcf966b5  
    11% requires tex packages: texlive-base texlive-latex-base tex-common texlive-humanities texlive-latex-extra texlive-fonts-recommended
    22
    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-^
    99% math escape $...$ (dollar symbol)
    1010
     
    8282\rfoot{v\input{version}}
    8383
    84 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    8584
     85
     86%======================================================================
     87%   L O G I C A L    D O C U M E N T -- the content of your thesis
     88%======================================================================
    8689\begin{document}
    87 % \linenumbers
    8890
    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}
    93102
    94 \maketitle
    95 
    96 \tableofcontents
     103%----------------------------------------------------------------------
     104% MAIN BODY
     105%----------------------------------------------------------------------
    97106
    98107\input{intro}
     
    112121\input{results}
    113122
    114 \input{conclusion}
    115 
    116123\input{future}
    117 
    118 \input{acknowledge}
    119124
    120125\clearpage
Note: See TracChangeset for help on using the changeset viewer.