docs/diploma

view thesis/thesis.tex @ 24:563205a1b07e

the header is now a package
author meillo@marmaro.de
date Thu, 02 Oct 2008 15:28:42 +0200
parents 445ff9d7964e
children fb9ba63f6957
line source
1 % @file
2 % @brief diploma thesis about masqmail
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-09-16
6 \documentclass[english,a4paper,twoside,openright]{report}
7 \usepackage{thesis}
9 \title{diploma thesis about masqmail}
10 \author{markus schnalke}
11 \date{2008-09-16}
13 \begin{document}
15 \pagenumbering{roman}
16 \include{tex/cover}
17 \include{tex/titlepage}
18 \include{tex/official}
19 \include{tex/dedication}
20 \cleardoublepage
21 \tableofcontents
22 \include{tex/preface}
24 \setcounter{page}{0}
25 \pagenumbering{arabic}
26 \part{Purpose and structure}
27 \include{tex/about-mta}
28 \include{tex/about-masqmail}
29 \include{tex/foo}
31 \part{Security and Safety}
32 %\include{tex/foo}
34 \part{Enhancements}
35 %\include{tex/foo}
37 \part{Documentation, test and distribution}
38 %\include{tex/foo}
39 hallo
41 \appendix
42 \addcontentsline{toc}{chapter}{List of Figures}
43 \listoffigures
44 \addcontentsline{toc}{chapter}{List of Tables}
45 \listoftables
47 % bibliography
48 \addcontentsline{toc}{chapter}{Bibliography}
49 \bibliographystyle{gerapali}
50 \bibliography{bib/thesis}
52 \addcontentsline{toc}{chapter}{Index}
53 \printindex
54 \end{document}