docs/diploma

view thesis/thesis.tex @ 56:a3a470d884bd

nothing important
author meillo@marmaro.de
date Fri, 17 Oct 2008 12:53:40 +0200
parents da11c1b9e8cb
children f74b56be6275
line source
1 % @file
2 % @brief diploma thesis about masqmail
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-09-16
6 \documentclass[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}
14 \pagenumbering{roman}
16 \include{tex/cover}
17 \include{tex/titlepage}
18 \include{tex/official}
19 \include{tex/dedication}
21 \cleardoublepage
22 \tableofcontents
23 \listoffigures
24 \listoftables
26 \include{tex/0-preface}
27 \setcounter{page}{0}
28 \pagenumbering{arabic}
30 \part{Mail transfer agents}
31 \include{tex/1-Introduction}
32 \include{tex/1-Candidates}
33 \include{tex/1-Comparision}
34 \include{tex/1-Masqmail}
36 \part{The masqmail project}
37 \include{tex/2-FreeSoftwareProjects}
38 \include{tex/2-BecomingProjectLeader}
39 \include{tex/2-ProjectManagement}
41 \part{Security}
42 \include{tex/3-General}
43 \include{tex/3-Concrete}
44 \include{tex/3-SecurityTesting}
45 \include{tex/3-SecuringPrograms}
47 \part{Improvements}
48 \include{tex/4-PlansAndGoals}
49 \include{tex/4-Ideas}
51 \part{Summary}
52 \include{tex/5-Summary}
53 \include{tex/5-Future}
56 \cleardoublepage
57 \setcounter{page}{0}
58 \pagenumbering{alph}
59 \appendix
60 %\addcontentsline{toc}{part}{APPENDIX}
61 %\part*{APPENDIX}
63 % BIBLIOGRAPHY
64 \addcontentsline{toc}{chapter}{Bibliography}
65 \bibliographystyle{alpha}
66 \bibliography{bib/thesis}
68 \cleardoublepage
69 \addcontentsline{toc}{chapter}{References on the Internet}
70 \bibliographystyleweb{plain}
71 \bibliographyweb{bib/websites}
73 % INDEX
74 \cleardoublepage
75 \addcontentsline{toc}{chapter}{Index}
76 \printindex
78 \end{document}