28 lines
860 B
TeX
28 lines
860 B
TeX
%!TEX root = ../main.tex
|
|
|
|
\chapter*{Quellenverzeichnis}
|
|
\addcontentsline{toc}{chapter}{Quellenverzeichnis}
|
|
|
|
\defbibheading{mono}{\section*{Monographien}}
|
|
\defbibheading{mag}{\section*{Aufsätze in Sammelbänden und Zeitschriften}}
|
|
\defbibheading{art}{\section*{Zeitungsartikel}}
|
|
\defbibheading{web}{\section*{Internetquellen}}
|
|
\defbibheading{leg}{\section*{Rechtsprechung}}
|
|
\defbibheading{comp}{\section*{Unternehmensunterlagen/Gesprächsnotizen}}
|
|
|
|
\setlength\bibitemsep{1.5\itemsep}
|
|
\setlength{\bibhang}{2em}
|
|
|
|
\renewcommand{\baselinestretch}{1.50}\normalsize
|
|
|
|
\begingroup
|
|
\sloppy
|
|
|
|
\printbibliography[heading=mono,keyword=mono]
|
|
\printbibliography[heading=mag,keyword=mag]
|
|
\printbibliography[heading=web,keyword=web]
|
|
\printbibliography[heading=art,keyword=art]
|
|
\printbibliography[heading=leg,keyword=leg]
|
|
\printbibliography[heading=comp,keyword=comp]
|
|
|
|
\endgroup |