Mercurial > docs > diploma
annotate thesis/thesis.tex @ 270:397e94509bd9
minor change
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jan 2009 12:16:20 +0100 |
parents | 807660903834 |
children | 56cc2f5755f8 |
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 |
186 | 6 \documentclass[a4paper]{report} |
268 | 7 %\documentclass[a4paper,draft]{report} % todo: find overfull hboxes with that |
24 | 8 \usepackage{thesis} |
9 | |
12
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
10 \title{diploma thesis about masqmail} |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
11 \author{markus schnalke} |
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
12 \date{2008-09-16} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
13 |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
14 \begin{document} |
56 | 15 \pagenumbering{roman} |
153
a8a9961dc898
reordered cover and titlepage, removed empty appendix; minor stuff
meillo@marmaro.de
parents:
131
diff
changeset
|
16 \pagestyle{empty} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
17 |
186 | 18 \include{tex/titlepage} |
166 | 19 \include{tex/abstract} |
243
655e0a2f8ca6
moved official to the begin of the document
meillo@marmaro.de
parents:
197
diff
changeset
|
20 \include{tex/official} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
21 \include{tex/dedication} |
56 | 22 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
23 \cleardoublepage |
153
a8a9961dc898
reordered cover and titlepage, removed empty appendix; minor stuff
meillo@marmaro.de
parents:
131
diff
changeset
|
24 \pagestyle{headings} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
25 \tableofcontents |
81 | 26 %\listoffigures |
27 %\listoftables | |
56 | 28 |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
29 \include{tex/0-preface} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
30 \setcounter{page}{0} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
31 \pagenumbering{arabic} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
32 |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
24
diff
changeset
|
33 \include{tex/1-Introduction} |
116
0efa24393b14
renamed chapter 2 and 3 according to their change of place
meillo@marmaro.de
parents:
103
diff
changeset
|
34 \include{tex/2-MarketAnalysis} |
0efa24393b14
renamed chapter 2 and 3 according to their change of place
meillo@marmaro.de
parents:
103
diff
changeset
|
35 \include{tex/3-MailTransferAgents} |
93
a6f8a93abd64
new chapter 4 (split ch5); added lots of annotations
meillo@marmaro.de
parents:
92
diff
changeset
|
36 \include{tex/4-MasqmailsFuture} |
89 | 37 \include{tex/5-Improvements} |
38 \include{tex/7-Summary} | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
39 |
56 | 40 \cleardoublepage |
49 | 41 \setcounter{page}{0} |
42 \pagenumbering{alph} | |
166 | 43 \appendix |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
44 |
56 | 45 % BIBLIOGRAPHY |
153
a8a9961dc898
reordered cover and titlepage, removed empty appendix; minor stuff
meillo@marmaro.de
parents:
131
diff
changeset
|
46 \pagestyle{plain} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
47 \addcontentsline{toc}{chapter}{Bibliography} |
39 | 48 \bibliographystyle{alpha} |
15
0b3b806f4eb2
new directory structure; added content about MTAs and history
meillo@marmaro.de
parents:
12
diff
changeset
|
49 \bibliography{bib/thesis} |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
50 \bibliographystyleweb{plain} |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
51 \bibliographyweb{bib/websites} |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
52 |
56 | 53 % INDEX |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
49
diff
changeset
|
54 \cleardoublepage |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
55 \addcontentsline{toc}{chapter}{Index} |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
56 \printindex |
56 | 57 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
58 \end{document} |
167
74151e26ba6a
this is the correct message for the last commit
meillo@marmaro.de
parents:
166
diff
changeset
|
59 |