docs/diploma

view thesis/thesis.tex @ 59:f74b56be6275

adopted new structure of parts 3 and 4 by professor
author meillo@marmaro.de
date Sat, 18 Oct 2008 10:59:06 +0200
parents a3a470d884bd
children 3edb4ce65f64
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 \setcounter{page}{0}
59 \pagenumbering{alph}
60 \appendix
61 %\addcontentsline{toc}{part}{APPENDIX}
62 %\part*{APPENDIX}
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}