docs/diploma

diff thesis/thesis.tex @ 54:da11c1b9e8cb

splitted bib into 2 parts: books and web (using multibib)
author meillo@marmaro.de
date Wed, 15 Oct 2008 22:53:19 +0200
parents efb2d7b375ad
children a3a470d884bd
line diff
     1.1 --- a/thesis/thesis.tex	Tue Oct 14 22:19:54 2008 +0200
     1.2 +++ b/thesis/thesis.tex	Wed Oct 15 22:53:19 2008 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  % @author  markus schnalke <meillo@marmaro.de>
     1.5  % @since   2008-09-16
     1.6  
     1.7 -\documentclass[english,a4paper,twoside,openright]{report}
     1.8 +\documentclass[a4paper,twoside,openright]{report}
     1.9  \usepackage{thesis}
    1.10  
    1.11  \title{diploma thesis about masqmail}
    1.12 @@ -61,11 +61,14 @@
    1.13  
    1.14  % bibliography
    1.15  \addcontentsline{toc}{chapter}{Bibliography}
    1.16 -%\bibliographystyle{gerapali}
    1.17  \bibliographystyle{alpha}
    1.18  \bibliography{bib/thesis}
    1.19 +\cleardoublepage
    1.20 +\addcontentsline{toc}{chapter}{References on the Internet}
    1.21 +\bibliographystyleweb{plain}
    1.22 +\bibliographyweb{bib/websites}
    1.23  
    1.24 -\clearpage
    1.25 +\cleardoublepage
    1.26  \addcontentsline{toc}{chapter}{Index}
    1.27  \printindex
    1.28  \end{document}