docs/diploma

view thesis/thesis.tex @ 81:6d34b974d4cc

removed list of ...
author meillo@marmaro.de
date Tue, 11 Nov 2008 09:07:10 +0100
parents 3edb4ce65f64
children 24068a091af7
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{Requirements}
42 \include{tex/3-Usecases}
43 \include{tex/3-Requirements}
44 \include{tex/3-SecurityIssues}
46 \part{Implementation}
47 \include{tex/4-ProjectManagement}
48 \include{tex/4-Experience}
49 \include{tex/4-Improvements}
50 \include{tex/4-Test}
52 \part{Summary and Outlook}
53 \include{tex/5-Summary}
54 \include{tex/5-Future}
57 \cleardoublepage
58 \appendix
59 \addcontentsline{toc}{part}{APPENDIX}
60 \part*{APPENDIX}
61 \setcounter{page}{0}
62 \pagenumbering{alph}
64 % BIBLIOGRAPHY
65 \addcontentsline{toc}{chapter}{Bibliography}
66 \bibliographystyle{alpha}
67 \bibliography{bib/thesis}
69 \cleardoublepage
70 \addcontentsline{toc}{chapter}{References on the Internet}
71 \bibliographystyleweb{plain}
72 \bibliographyweb{bib/websites}
74 % INDEX
75 \cleardoublepage
76 \addcontentsline{toc}{chapter}{Index}
77 \printindex
79 \end{document}