Mercurial > docs > diploma
view thesis/thesis.tex @ 280:1749abc10235
minor changes
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jan 2009 16:57:37 +0100 |
parents | 56cc2f5755f8 |
children | d013f2131a50 |
line wrap: on
line source
% @file % @brief diploma thesis about masqmail % @author markus schnalke <meillo@marmaro.de> % @since 2008-09-16 \documentclass[a4paper]{report} %\documentclass[a4paper,draft]{report} % todo: find overfull hboxes with that \usepackage{thesis} \title{diploma thesis about masqmail} \author{markus schnalke} \date{2008-09-16} \begin{document} \pagenumbering{roman} \pagestyle{empty} \include{tex/titlepage} \include{tex/abstract} \include{tex/official} \include{tex/dedication} \clearpage \pagestyle{headings} \tableofcontents %\listoffigures %\listoftables \include{tex/0-preface} \setcounter{page}{0} \pagenumbering{arabic} \include{tex/1-Introduction} \include{tex/2-MarketAnalysis} \include{tex/3-MailTransferAgents} \include{tex/4-MasqmailsFuture} \include{tex/5-Improvements} \include{tex/7-Summary} \clearpage \setcounter{page}{0} \pagenumbering{alph} \appendix % BIBLIOGRAPHY \pagestyle{plain} \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{alpha} \bibliography{bib/thesis} \bibliographystyleweb{plain} \bibliographyweb{bib/websites} % INDEX \clearpage \addcontentsline{toc}{chapter}{Index} \printindex \end{document}