docs/diploma

view thesis/thesis.tex @ 93:a6f8a93abd64

new chapter 4 (split ch5); added lots of annotations
author meillo@marmaro.de
date Sun, 16 Nov 2008 14:44:22 +0100
parents e050221efd38
children c51d703abc99
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 \include{tex/1-Introduction}
31 \include{tex/2-MailTransferAgents}
32 \include{tex/3-MarketAnalysis}
33 \include{tex/4-MasqmailsFuture}
34 \include{tex/5-Improvements}
35 \include{tex/6-Release}
36 \include{tex/7-Summary}
38 \cleardoublepage
39 \appendix
40 \addcontentsline{toc}{part}{APPENDIX}
41 \part*{APPENDIX}
42 \setcounter{page}{0}
43 \pagenumbering{alph}
45 % BIBLIOGRAPHY
46 \addcontentsline{toc}{chapter}{Bibliography}
47 \bibliographystyle{alpha}
48 \bibliography{bib/thesis}
50 \cleardoublepage
51 \addcontentsline{toc}{chapter}{References on the Internet}
52 \bibliographystyleweb{plain}
53 \bibliographyweb{bib/websites}
55 % INDEX
56 \cleardoublepage
57 \addcontentsline{toc}{chapter}{Index}
58 \printindex
60 \end{document}