view thesis/thesis.tex @ 167:74151e26ba6a

this is the correct message for the last commit I really hate it when I check in too early or too much by accident! Maybe I should add a confirmation there to prevent me from doing stupid things. But now what I checked in with the last commit: - titlepage became the real titlepage, specifying all important info - cover became the real cover to be the very first page - the previous cover became pretitle, and moved between the other two - my confirmation that I wrote the thesis on my own moved to the appendix - the abstract and keywords moved to the back of the pretitle - the copyright information extended - the market share table is in a temporary state! (Needs verification!) - some cleanups Ten small commits instead of this huge one with an afterwards added message are what I intended ... now I am in a bad mood because of this mess :-(
author meillo@marmaro.de
date Fri, 19 Dec 2008 20:36:03 +0100
parents 4ac06b7b9bdf
children fa086dbbdf10
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}
\pagestyle{empty}

\include{tex/cover}
\include{tex/pretitle}
\include{tex/abstract}
\include{tex/titlepage}
\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-Release}
\include{tex/7-Summary}

\cleardoublepage
\setcounter{page}{0}
\pagenumbering{alph}
\appendix
\addcontentsline{toc}{part}{APPENDIX}
\part*{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}