docs/diploma

view 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
line source
1 % @file
2 % @brief diploma thesis about masqmail
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-09-16
8 \input{header}
10 \begin{document}
12 \pagenumbering{roman}
13 \include{titlepage}
14 \include{official}
15 \include{dedication}
16 \cleardoublepage
17 \tableofcontents
18 \include{preface}
20 \setcounter{page}{0}
21 \pagenumbering{arabic}
22 \part{Purpose and structure}
23 \include{foo}
25 \part{Security and Safety}
26 %\include{foo}
28 \part{Enhancements}
29 %\include{foo}
31 \part{Documentation, test and distribution}
32 %\include{foo}
33 hallo
35 \appendix
36 \addcontentsline{toc}{chapter}{List of Figures}
37 \listoffigures
38 \addcontentsline{toc}{chapter}{List of Tables}
39 \listoftables
41 % bibliography
42 \addcontentsline{toc}{chapter}{Bibliography}
43 \bibliographystyle{gerapali}
44 \bibliography{thesis}
46 \addcontentsline{toc}{chapter}{Index}
47 \printindex
48 \end{document}