docs/diploma
annotate thesis/thesis.tex @ 381:850e2a474adb
complete rework of ch04
author | meillo@marmaro.de |
---|---|
date | Thu, 05 Feb 2009 11:34:20 +0100 |
parents | 56cc2f5755f8 |
children | acbdd61c4f61 |
rev | line source |
---|---|
meillo@8 | 1 % @file |
meillo@8 | 2 % @brief diploma thesis about masqmail |
meillo@8 | 3 % @author markus schnalke <meillo@marmaro.de> |
meillo@8 | 4 % @since 2008-09-16 |
meillo@8 | 5 |
meillo@186 | 6 \documentclass[a4paper]{report} |
meillo@268 | 7 %\documentclass[a4paper,draft]{report} % todo: find overfull hboxes with that |
meillo@24 | 8 \usepackage{thesis} |
meillo@24 | 9 |
meillo@12 | 10 \title{diploma thesis about masqmail} |
meillo@12 | 11 \author{markus schnalke} |
meillo@12 | 12 \date{2008-09-16} |
meillo@8 | 13 |
meillo@8 | 14 \begin{document} |
meillo@56 | 15 \pagenumbering{roman} |
meillo@153 | 16 \pagestyle{empty} |
meillo@8 | 17 |
meillo@186 | 18 \include{tex/titlepage} |
meillo@166 | 19 \include{tex/abstract} |
meillo@243 | 20 \include{tex/official} |
meillo@15 | 21 \include{tex/dedication} |
meillo@56 | 22 |
meillo@274 | 23 \clearpage |
meillo@153 | 24 \pagestyle{headings} |
meillo@8 | 25 \tableofcontents |
meillo@81 | 26 %\listoffigures |
meillo@81 | 27 %\listoftables |
meillo@56 | 28 |
meillo@26 | 29 \include{tex/0-preface} |
meillo@8 | 30 \setcounter{page}{0} |
meillo@8 | 31 \pagenumbering{arabic} |
meillo@8 | 32 |
meillo@26 | 33 \include{tex/1-Introduction} |
meillo@116 | 34 \include{tex/2-MarketAnalysis} |
meillo@116 | 35 \include{tex/3-MailTransferAgents} |
meillo@93 | 36 \include{tex/4-MasqmailsFuture} |
meillo@89 | 37 \include{tex/5-Improvements} |
meillo@89 | 38 \include{tex/7-Summary} |
meillo@8 | 39 |
meillo@274 | 40 \clearpage |
meillo@49 | 41 \setcounter{page}{0} |
meillo@49 | 42 \pagenumbering{alph} |
meillo@166 | 43 \appendix |
meillo@8 | 44 |
meillo@56 | 45 % BIBLIOGRAPHY |
meillo@153 | 46 \pagestyle{plain} |
meillo@8 | 47 \addcontentsline{toc}{chapter}{Bibliography} |
meillo@39 | 48 \bibliographystyle{alpha} |
meillo@15 | 49 \bibliography{bib/thesis} |
meillo@54 | 50 \bibliographystyleweb{plain} |
meillo@54 | 51 \bibliographyweb{bib/websites} |
meillo@307 | 52 \include{tex/rfcs} |
meillo@8 | 53 |
meillo@56 | 54 % INDEX |
meillo@274 | 55 \clearpage |
meillo@8 | 56 \addcontentsline{toc}{chapter}{Index} |
meillo@8 | 57 \printindex |
meillo@56 | 58 |
meillo@8 | 59 \end{document} |
meillo@167 | 60 |