docs/diploma
annotate thesis/thesis.tex @ 8:1d35768e1643
first prototype of thesis (with some sample content)
author | meillo@marmaro.de |
---|---|
date | Thu, 18 Sep 2008 23:50:57 +0200 |
parents | |
children | 26ff7cb0cc12 |
rev | line source |
---|---|
meillo@8 | 1 % @file |
meillo@8 | 2 % @brief diploma thesis about masqmail |
meillo@8 | 3 % @author markus schnalke <meillo@marmaro.de> |
meillo@8 | 4 % @since 2008-09-16 |
meillo@8 | 5 |
meillo@8 | 6 |
meillo@8 | 7 |
meillo@8 | 8 \input{header} |
meillo@8 | 9 |
meillo@8 | 10 \begin{document} |
meillo@8 | 11 |
meillo@8 | 12 \pagenumbering{roman} |
meillo@8 | 13 \include{titlepage} |
meillo@8 | 14 \include{official} |
meillo@8 | 15 \include{dedication} |
meillo@8 | 16 \cleardoublepage |
meillo@8 | 17 \tableofcontents |
meillo@8 | 18 \include{preface} |
meillo@8 | 19 |
meillo@8 | 20 \setcounter{page}{0} |
meillo@8 | 21 \pagenumbering{arabic} |
meillo@8 | 22 \part{Purpose and structure} |
meillo@8 | 23 \include{foo} |
meillo@8 | 24 |
meillo@8 | 25 \part{Security and Safety} |
meillo@8 | 26 %\include{foo} |
meillo@8 | 27 |
meillo@8 | 28 \part{Enhancements} |
meillo@8 | 29 %\include{foo} |
meillo@8 | 30 |
meillo@8 | 31 \part{Documentation, test and distribution} |
meillo@8 | 32 %\include{foo} |
meillo@8 | 33 hallo |
meillo@8 | 34 |
meillo@8 | 35 \appendix |
meillo@8 | 36 \addcontentsline{toc}{chapter}{List of Figures} |
meillo@8 | 37 \listoffigures |
meillo@8 | 38 \addcontentsline{toc}{chapter}{List of Tables} |
meillo@8 | 39 \listoftables |
meillo@8 | 40 |
meillo@8 | 41 % bibliography |
meillo@8 | 42 \addcontentsline{toc}{chapter}{Bibliography} |
meillo@8 | 43 \bibliographystyle{gerapali} |
meillo@8 | 44 \bibliography{thesis} |
meillo@8 | 45 |
meillo@8 | 46 \addcontentsline{toc}{chapter}{Index} |
meillo@8 | 47 \printindex |
meillo@8 | 48 \end{document} |