Mercurial > docs > diploma
view thesis/thesis.tex @ 218:711f0d3f5dfd
minor change for block quotes
author | meillo@marmaro.de |
---|---|
date | Sun, 04 Jan 2009 22:57:49 +0100 |
parents | b08be036783d |
children | 655e0a2f8ca6 |
line wrap: on
line source
% @file % @brief diploma thesis about masqmail % @author markus schnalke <meillo@marmaro.de> % @since 2008-09-16 \documentclass[a4paper]{report} \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/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/6-NewDesign} \include{tex/7-Summary} \cleardoublepage \setcounter{page}{0} \pagenumbering{alph} \appendix \include{tex/official} % 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}