annotate thesis/thesis.tex @ 18:f7aac09c4ebe

added file with addresses of people who worked with masqmail
author meillo@marmaro.de
date Sun, 28 Sep 2008 23:05:37 +0200
parents 0b3b806f4eb2
children 445ff9d7964e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
1 % @file
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
2 % @brief diploma thesis about masqmail
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
3 % @author markus schnalke <meillo@marmaro.de>
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4 % @since 2008-09-16
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
5
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
6 \title{diploma thesis about masqmail}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
7 \author{markus schnalke}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
8 \date{2008-09-16}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
9
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
10
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
11 \input{tex/header}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
12 \begin{document}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
13
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
14 \pagenumbering{roman}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
15 \include{tex/cover}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
16 \include{tex/titlepage}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
17 \include{tex/official}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
18 \include{tex/dedication}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
19 \cleardoublepage
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
20 \tableofcontents
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
21 \include{tex/preface}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
22
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
23 \setcounter{page}{0}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
24 \pagenumbering{arabic}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
25 \part{Purpose and structure}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
26 \include{tex/about-mta}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
27 \include{tex/foo}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
28
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
29 \part{Security and Safety}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
30 %\include{tex/foo}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
31
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
32 \part{Enhancements}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
33 %\include{tex/foo}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
34
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
35 \part{Documentation, test and distribution}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
36 %\include{tex/foo}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
37 hallo
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
38
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
39 \appendix
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
40 \addcontentsline{toc}{chapter}{List of Figures}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
41 \listoffigures
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
42 \addcontentsline{toc}{chapter}{List of Tables}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
43 \listoftables
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
44
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
45 % bibliography
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
46 \addcontentsline{toc}{chapter}{Bibliography}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
47 \bibliographystyle{gerapali}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
48 \bibliography{bib/thesis}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
49
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
50 \addcontentsline{toc}{chapter}{Index}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
51 \printindex
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
52 \end{document}