docs/diploma

view thesis/thesis.tex @ 88:a6f68b7d09fd

rearrangings
author meillo@marmaro.de
date Thu, 13 Nov 2008 15:30:25 +0100
parents 5bcfece02327
children 3b5ba7331eb5
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}
38 \include{tex/2-FuturesForMasqmail}
40 \part{The masqmail project}
41 \include{tex/3-FreeSoftwareProjects}
42 \include{tex/3-BecomingProjectLeader}
43 \include{tex/3-ProjectManagement}
45 \part{Implementation}
46 \include{tex/4-ProjectManagement}
47 \include{tex/4-Experience}
48 \include{tex/4-Improvements}
49 \include{tex/4-Test}
51 \part{Summary and Outlook}
52 \include{tex/5-Summary}
53 \include{tex/5-Future}
56 \cleardoublepage
57 \appendix
58 \addcontentsline{toc}{part}{APPENDIX}
59 \part*{APPENDIX}
60 \setcounter{page}{0}
61 \pagenumbering{alph}
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}