Mercurial > docs > diploma
annotate thesis/thesis.tex @ 84:eed87bfa622d
added labels and other minor stuff
author | meillo@marmaro.de |
---|---|
date | Wed, 12 Nov 2008 18:02:39 +0100 |
parents | 6d34b974d4cc |
children | 24068a091af7 |
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 |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
6 \documentclass[a4paper,twoside,openright]{report} |
24 | 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} |
56 | 14 \pagenumbering{roman} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
15 |
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} |
56 | 20 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
21 \cleardoublepage |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
22 \tableofcontents |
81 | 23 %\listoffigures |
24 %\listoftables | |
56 | 25 |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
26 \include{tex/0-preface} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
27 \setcounter{page}{0} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
28 \pagenumbering{arabic} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
29 |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
30 \part{Mail transfer agents} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
31 \include{tex/1-Introduction} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
32 \include{tex/1-Candidates} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
33 \include{tex/1-Comparision} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
34 \include{tex/1-Masqmail} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
35 |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
36 \part{The masqmail project} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
37 \include{tex/2-FreeSoftwareProjects} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
38 \include{tex/2-BecomingProjectLeader} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
39 \include{tex/2-ProjectManagement} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
40 |
59
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
41 \part{Requirements} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
42 \include{tex/3-Usecases} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
43 \include{tex/3-Requirements} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
44 \include{tex/3-SecurityIssues} |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
45 |
59
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
46 \part{Implementation} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
47 \include{tex/4-ProjectManagement} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
48 \include{tex/4-Experience} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
49 \include{tex/4-Improvements} |
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
50 \include{tex/4-Test} |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
51 |
59
f74b56be6275
adopted new structure of parts 3 and 4 by professor
meillo@marmaro.de
parents:
56
diff
changeset
|
52 \part{Summary and Outlook} |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
53 \include{tex/5-Summary} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
54 \include{tex/5-Future} |
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
55 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
56 |
56 | 57 \cleardoublepage |
66 | 58 \appendix |
59 \addcontentsline{toc}{part}{APPENDIX} | |
60 \part*{APPENDIX} | |
49 | 61 \setcounter{page}{0} |
62 \pagenumbering{alph} | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
63 |
56 | 64 % BIBLIOGRAPHY |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
65 \addcontentsline{toc}{chapter}{Bibliography} |
39 | 66 \bibliographystyle{alpha} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
67 \bibliography{bib/thesis} |
56 | 68 |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
69 \cleardoublepage |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
70 \addcontentsline{toc}{chapter}{References on the Internet} |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
71 \bibliographystyleweb{plain} |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
72 \bibliographyweb{bib/websites} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
73 |
56 | 74 % INDEX |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
75 \cleardoublepage |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
76 \addcontentsline{toc}{chapter}{Index} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
77 \printindex |
56 | 78 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
79 \end{document} |