docs/diploma

view thesis/thesis.tex @ 12:26ff7cb0cc12

reorganization of tex files for titlepage and stuff
author meillo@marmaro.de
date Fri, 19 Sep 2008 11:31:35 +0200
parents 1d35768e1643
children 0b3b806f4eb2
line source
1 % @file
2 % @brief diploma thesis about masqmail
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-09-16
6 \title{diploma thesis about masqmail}
7 \author{markus schnalke}
8 \date{2008-09-16}
11 \input{header}
12 \begin{document}
14 \pagenumbering{roman}
15 \include{cover}
16 \include{titlepage}
17 \include{official}
18 \include{dedication}
19 \cleardoublepage
20 \tableofcontents
21 \include{preface}
23 \setcounter{page}{0}
24 \pagenumbering{arabic}
25 \part{Purpose and structure}
26 \include{foo}
28 \part{Security and Safety}
29 %\include{foo}
31 \part{Enhancements}
32 %\include{foo}
34 \part{Documentation, test and distribution}
35 %\include{foo}
36 hallo
38 \appendix
39 \addcontentsline{toc}{chapter}{List of Figures}
40 \listoffigures
41 \addcontentsline{toc}{chapter}{List of Tables}
42 \listoftables
44 % bibliography
45 \addcontentsline{toc}{chapter}{Bibliography}
46 \bibliographystyle{gerapali}
47 \bibliography{thesis}
49 \addcontentsline{toc}{chapter}{Index}
50 \printindex
51 \end{document}