Ignore:
File:
1 edited

Legend:

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

    r64b272a rcf966b5  
    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}
     
    114123\input{future}
    115124
    116 \chapter{Conclusion}
    117 
    118 \section*{Acknowledgements}
    119 
    120125\clearpage
    121126\printglossary[type=\acronymtype]
Note: See TracChangeset for help on using the changeset viewer.