docs/diploma

view thesis/thesis.tex @ 92:e050221efd38

much restructuring again
author meillo@marmaro.de
date Fri, 14 Nov 2008 18:16:26 +0100
parents 3b5ba7331eb5
children a6f8a93abd64
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/5-Improvements}
34 \include{tex/6-Release}
35 \include{tex/7-Summary}
37 \cleardoublepage
38 \appendix
39 \addcontentsline{toc}{part}{APPENDIX}
40 \part*{APPENDIX}
41 \setcounter{page}{0}
42 \pagenumbering{alph}
44 % BIBLIOGRAPHY
45 \addcontentsline{toc}{chapter}{Bibliography}
46 \bibliographystyle{alpha}
47 \bibliography{bib/thesis}
49 \cleardoublepage
50 \addcontentsline{toc}{chapter}{References on the Internet}
51 \bibliographystyleweb{plain}
52 \bibliographyweb{bib/websites}
54 % INDEX
55 \cleardoublepage
56 \addcontentsline{toc}{chapter}{Index}
57 \printindex
59 \end{document}