Mercurial > docs > diploma
view thesis/thesis.tex @ 86:24068a091af7
backuped and removed requirements part; moved part 2 back
author | meillo@marmaro.de |
---|---|
date | Thu, 13 Nov 2008 15:06:40 +0100 |
parents | 6d34b974d4cc |
children | 5bcfece02327 |
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} \part{Mail transfer agents} \include{tex/1-Introduction} \include{tex/1-Candidates} \include{tex/1-Comparision} \include{tex/1-Masqmail} %\part{} %\include{tex/2-} %\include{tex/2-} %\include{tex/2-} \part{The masqmail project} \include{tex/3-FreeSoftwareProjects} \include{tex/3-BecomingProjectLeader} \include{tex/3-ProjectManagement} \part{Implementation} \include{tex/4-ProjectManagement} \include{tex/4-Experience} \include{tex/4-Improvements} \include{tex/4-Test} \part{Summary and Outlook} \include{tex/5-Summary} \include{tex/5-Future} \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}