docs/diploma

view thesis/thesis.tex @ 167:74151e26ba6a

this is the correct message for the last commit I really hate it when I check in too early or too much by accident! Maybe I should add a confirmation there to prevent me from doing stupid things. But now what I checked in with the last commit: - titlepage became the real titlepage, specifying all important info - cover became the real cover to be the very first page - the previous cover became pretitle, and moved between the other two - my confirmation that I wrote the thesis on my own moved to the appendix - the abstract and keywords moved to the back of the pretitle - the copyright information extended - the market share table is in a temporary state! (Needs verification!) - some cleanups Ten small commits instead of this huge one with an afterwards added message are what I intended ... now I am in a bad mood because of this mess :-(
author meillo@marmaro.de
date Fri, 19 Dec 2008 20:36:03 +0100
parents 4ac06b7b9bdf
children fa086dbbdf10
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}