annotate thesis/thesis.tex @ 57:1412d283624a

added URLs of matching websites
author meillo@marmaro.de
date Fri, 17 Oct 2008 12:54:07 +0200
parents a3a470d884bd
children f74b56be6275
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
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
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
7 \usepackage{thesis}
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
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
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
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
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
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
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
23 \listoffigures
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
24 \listoftables
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
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
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
41 \part{Security}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
42 \include{tex/3-General}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
43 \include{tex/3-Concrete}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
44 \include{tex/3-SecurityTesting}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
45 \include{tex/3-SecuringPrograms}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
46
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
47 \part{Improvements}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
48 \include{tex/4-PlansAndGoals}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
49 \include{tex/4-Ideas}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
50
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
51 \part{Summary}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
52 \include{tex/5-Summary}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
53 \include{tex/5-Future}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
54
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
55
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
56 \cleardoublepage
49
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
57 \setcounter{page}{0}
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
58 \pagenumbering{alph}
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
59 \appendix
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
60 %\addcontentsline{toc}{part}{APPENDIX}
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
61 %\part*{APPENDIX}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
62
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
63 % BIBLIOGRAPHY
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
64 \addcontentsline{toc}{chapter}{Bibliography}
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 33
diff changeset
65 \bibliographystyle{alpha}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
66 \bibliography{bib/thesis}
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
67
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
68 \cleardoublepage
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
69 \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
70 \bibliographystyleweb{plain}
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
71 \bibliographyweb{bib/websites}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
72
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
73 % INDEX
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
74 \cleardoublepage
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
75 \addcontentsline{toc}{chapter}{Index}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
76 \printindex
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
77
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
78 \end{document}