Ignore:
File:
1 edited

Legend:

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

    rcf966b5 r64b272a  
    8282\rfoot{v\input{version}}
    8383
     84%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    8485
     86\begin{document}
     87% \linenumbers
    8588
    86 %======================================================================
    87 %   L O G I C A L    D O C U M E N T -- the content of your thesis
    88 %======================================================================
    89 \begin{document}
     89\title{Concurrency in \CFA}
     90\author{Thierry Delisle \\
     91School of Computer Science, University of Waterloo, \\ Waterloo, Ontario, Canada
     92}
    9093
    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}
     94\maketitle
    10295
    103 %----------------------------------------------------------------------
    104 % MAIN BODY
    105 %----------------------------------------------------------------------
     96\tableofcontents
    10697
    10798\input{intro}
     
    123114\input{future}
    124115
     116\chapter{Conclusion}
     117
     118\section*{Acknowledgements}
     119
    125120\clearpage
    126121\printglossary[type=\acronymtype]
Note: See TracChangeset for help on using the changeset viewer.