docs/diploma

view thesis/thesis.tex @ 87:5bcfece02327

moved text about communication from pieces to the document
author meillo@marmaro.de
date Thu, 13 Nov 2008 15:22:11 +0100
parents 24068a091af7
children a6f68b7d09fd
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{Market analysis}
37 \include{tex/2-FutureOfCommunication}
39 \part{The masqmail project}
40 \include{tex/3-FreeSoftwareProjects}
41 \include{tex/3-BecomingProjectLeader}
42 \include{tex/3-ProjectManagement}
44 \part{Implementation}
45 \include{tex/4-ProjectManagement}
46 \include{tex/4-Experience}
47 \include{tex/4-Improvements}
48 \include{tex/4-Test}
50 \part{Summary and Outlook}
51 \include{tex/5-Summary}
52 \include{tex/5-Future}
55 \cleardoublepage
56 \appendix
57 \addcontentsline{toc}{part}{APPENDIX}
58 \part*{APPENDIX}
59 \setcounter{page}{0}
60 \pagenumbering{alph}
62 % BIBLIOGRAPHY
63 \addcontentsline{toc}{chapter}{Bibliography}
64 \bibliographystyle{alpha}
65 \bibliography{bib/thesis}
67 \cleardoublepage
68 \addcontentsline{toc}{chapter}{References on the Internet}
69 \bibliographystyleweb{plain}
70 \bibliographyweb{bib/websites}
72 % INDEX
73 \cleardoublepage
74 \addcontentsline{toc}{chapter}{Index}
75 \printindex
77 \end{document}