annotate thesis/thesis.tex @ 143:70201774b457 fourth preview version for Schaeffter

work on market share analysis
author meillo@marmaro.de
date Mon, 15 Dec 2008 13:40:25 +0100
parents a496788a30b3
children a8a9961dc898
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
1 % @file
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
2 % @brief diploma thesis about masqmail
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
3 % @author markus schnalke <meillo@marmaro.de>
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4 % @since 2008-09-16
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
5
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
6 \documentclass[a4paper,twoside,openright]{report}
24
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
7 \usepackage{thesis}
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
8
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
9 \title{diploma thesis about masqmail}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
10 \author{markus schnalke}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
11 \date{2008-09-16}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
12
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
13 \begin{document}
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
14 \pagenumbering{roman}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
15
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
16 \include{tex/cover}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
17 \include{tex/titlepage}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
18 \include{tex/official}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
19 \include{tex/dedication}
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
20
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
21 \cleardoublepage
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
22 \tableofcontents
81
6d34b974d4cc removed list of ...
meillo@marmaro.de
parents: 66
diff changeset
23 %\listoffigures
6d34b974d4cc removed list of ...
meillo@marmaro.de
parents: 66
diff changeset
24 %\listoftables
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
25
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
26 \include{tex/0-preface}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
27 \setcounter{page}{0}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
28 \pagenumbering{arabic}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
29
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
30 \include{tex/1-Introduction}
116
0efa24393b14 renamed chapter 2 and 3 according to their change of place
meillo@marmaro.de
parents: 103
diff changeset
31 \include{tex/2-MarketAnalysis}
0efa24393b14 renamed chapter 2 and 3 according to their change of place
meillo@marmaro.de
parents: 103
diff changeset
32 \include{tex/3-MailTransferAgents}
93
a6f8a93abd64 new chapter 4 (split ch5); added lots of annotations
meillo@marmaro.de
parents: 92
diff changeset
33 \include{tex/4-MasqmailsFuture}
89
3b5ba7331eb5 complete restructuring of whole document
meillo@marmaro.de
parents: 88
diff changeset
34 \include{tex/5-Improvements}
3b5ba7331eb5 complete restructuring of whole document
meillo@marmaro.de
parents: 88
diff changeset
35 \include{tex/6-Release}
3b5ba7331eb5 complete restructuring of whole document
meillo@marmaro.de
parents: 88
diff changeset
36 \include{tex/7-Summary}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
37
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
38 \cleardoublepage
66
3edb4ce65f64 changed appendix stuff
meillo@marmaro.de
parents: 59
diff changeset
39 \appendix
3edb4ce65f64 changed appendix stuff
meillo@marmaro.de
parents: 59
diff changeset
40 \addcontentsline{toc}{part}{APPENDIX}
3edb4ce65f64 changed appendix stuff
meillo@marmaro.de
parents: 59
diff changeset
41 \part*{APPENDIX}
49
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
42 \setcounter{page}{0}
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
43 \pagenumbering{alph}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
44
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
45 % BIBLIOGRAPHY
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
46 \addcontentsline{toc}{chapter}{Bibliography}
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 33
diff changeset
47 \bibliographystyle{alpha}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
48 \bibliography{bib/thesis}
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
49 \bibliographystyleweb{plain}
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
50 \bibliographyweb{bib/websites}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
51
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
52 % INDEX
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 49
diff changeset
53 \cleardoublepage
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
54 \addcontentsline{toc}{chapter}{Index}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
55 \printindex
56
a3a470d884bd nothing important
meillo@marmaro.de
parents: 54
diff changeset
56
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
57 \end{document}