- File:
-
- 1 edited
-
doc/proposals/concurrency/thesis.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thesis.tex
r64b272a rcf966b5 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} … … 114 123 \input{future} 115 124 116 \chapter{Conclusion}117 118 \section*{Acknowledgements}119 120 125 \clearpage 121 126 \printglossary[type=\acronymtype]
Note:
See TracChangeset
for help on using the changeset viewer.