Mercurial > docs > diploma
annotate 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 |
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 |
24 | 6 \documentclass[english,a4paper,twoside,openright]{report} |
7 \usepackage{thesis} | |
8 | |
12
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
9 \title{diploma thesis about masqmail} |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
10 \author{markus schnalke} |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
11 \date{2008-09-16} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
12 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
13 \begin{document} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
14 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
15 \pagenumbering{roman} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
16 \include{tex/cover} |
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
17 \include{tex/titlepage} |
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
18 \include{tex/official} |
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
19 \include{tex/dedication} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
20 \cleardoublepage |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
21 \tableofcontents |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
22 \include{tex/preface} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
23 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
24 \setcounter{page}{0} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
25 \pagenumbering{arabic} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
26 \part{Purpose and structure} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
27 \include{tex/about-mta} |
20
445ff9d7964e
added section about the history of masqmail
meillo@marmaro.de
parents:
15
diff
changeset
|
28 \include{tex/about-masqmail} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
29 \include{tex/foo} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
30 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
31 \part{Security and Safety} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
32 %\include{tex/foo} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
33 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
34 \part{Enhancements} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
35 %\include{tex/foo} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
36 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
37 \part{Documentation, test and distribution} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
38 %\include{tex/foo} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
39 hallo |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
40 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
41 \appendix |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
42 \addcontentsline{toc}{chapter}{List of Figures} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
43 \listoffigures |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
44 \addcontentsline{toc}{chapter}{List of Tables} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
45 \listoftables |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
46 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
47 % bibliography |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
48 \addcontentsline{toc}{chapter}{Bibliography} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
49 \bibliographystyle{gerapali} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
50 \bibliography{bib/thesis} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
51 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
52 \addcontentsline{toc}{chapter}{Index} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
53 \printindex |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
54 \end{document} |