Mercurial > docs > diploma
view thesis/thesis.tex @ 105:9c6a6c210e92
just commit it now: ... lots of changes, rearranges and new text in market analysis
author | meillo@marmaro.de |
---|---|
date | Thu, 20 Nov 2008 21:14:24 +0100 |
parents | c51d703abc99 |
children | 0efa24393b14 |
line wrap: on
line source
% @file % @brief diploma thesis about masqmail % @author markus schnalke <meillo@marmaro.de> % @since 2008-09-16 \documentclass[a4paper,twoside,openright]{report} \usepackage{thesis} \title{diploma thesis about masqmail} \author{markus schnalke} \date{2008-09-16} \begin{document} \pagenumbering{roman} \include{tex/cover} \include{tex/titlepage} \include{tex/official} \include{tex/dedication} \cleardoublepage \tableofcontents %\listoffigures %\listoftables \include{tex/0-preface} \setcounter{page}{0} \pagenumbering{arabic} \include{tex/1-Introduction} \include{tex/3-MarketAnalysis} \include{tex/2-MailTransferAgents} \include{tex/4-MasqmailsFuture} \include{tex/5-Improvements} \include{tex/6-Release} \include{tex/7-Summary} \cleardoublepage \appendix \addcontentsline{toc}{part}{APPENDIX} \part*{APPENDIX} \setcounter{page}{0} \pagenumbering{alph} % BIBLIOGRAPHY \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{alpha} \bibliography{bib/thesis} \cleardoublepage \addcontentsline{toc}{chapter}{References on the Internet} \bibliographystyleweb{plain} \bibliographyweb{bib/websites} % INDEX \cleardoublepage \addcontentsline{toc}{chapter}{Index} \printindex \end{document}