Mercurial > docs > diploma
view thesis/thesis.tex @ 270:397e94509bd9
minor change
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jan 2009 12:16:20 +0100 |
parents | 807660903834 |
children | 56cc2f5755f8 |
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} \cleardoublepage \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} \cleardoublepage \setcounter{page}{0} \pagenumbering{alph} \appendix % BIBLIOGRAPHY \pagestyle{plain} \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{alpha} \bibliography{bib/thesis} \bibliographystyleweb{plain} \bibliographyweb{bib/websites} % INDEX \cleardoublepage \addcontentsline{toc}{chapter}{Index} \printindex \end{document}