docs/diploma

view thesis/thesis.tex @ 166:4ac06b7b9bdf

tex/titlepage.tex
author meillo@marmaro.de
date Fri, 19 Dec 2008 20:11:27 +0100
parents a8a9961dc898
children 74151e26ba6a
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}
15 \pagestyle{empty}
17 \include{tex/cover}
18 \include{tex/pretitle}
19 \include{tex/abstract}
20 \include{tex/titlepage}
21 \include{tex/dedication}
23 \cleardoublepage
24 \pagestyle{headings}
25 \tableofcontents
26 %\listoffigures
27 %\listoftables
29 \include{tex/0-preface}
30 \setcounter{page}{0}
31 \pagenumbering{arabic}
33 \include{tex/1-Introduction}
34 \include{tex/2-MarketAnalysis}
35 \include{tex/3-MailTransferAgents}
36 \include{tex/4-MasqmailsFuture}
37 \include{tex/5-Improvements}
38 \include{tex/6-Release}
39 \include{tex/7-Summary}
41 \cleardoublepage
42 \setcounter{page}{0}
43 \pagenumbering{alph}
44 \appendix
45 \addcontentsline{toc}{part}{APPENDIX}
46 \part*{APPENDIX}
47 \include{tex/official}
49 % BIBLIOGRAPHY
50 \pagestyle{plain}
51 \addcontentsline{toc}{chapter}{Bibliography}
52 \bibliographystyle{alpha}
53 \bibliography{bib/thesis}
54 \bibliographystyleweb{plain}
55 \bibliographyweb{bib/websites}
57 % INDEX
58 \cleardoublepage
59 \addcontentsline{toc}{chapter}{Index}
60 \printindex
62 \end{document}