30 lines
941 B
TeX
30 lines
941 B
TeX
%!TEX root = ../main.tex
|
|
|
|
\section*{Quellenverzeichnis}
|
|
\addcontentsline{toc}{section}{Quellenverzeichnis}
|
|
|
|
\defbibheading{mono}{\subsection*{Monographien}}
|
|
\defbibheading{mag}{\subsection*{Aufsätze in Sammelbänden und Zeitschriften}}
|
|
\defbibheading{art}{\subsection*{Zeitungsartikel}}
|
|
\defbibheading{web}{\subsection*{Internetquellen}}
|
|
\defbibheading{leg}{\subsection*{Rechtsprechung}}
|
|
\defbibheading{comp}{\subsection*{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]
|
|
|
|
% Bei Bedarf einkommentieren: (erzeugt sonst Warnungen)
|
|
% \printbibliography[heading=art,keyword=art]
|
|
% \printbibliography[heading=leg,keyword=leg]
|
|
% \printbibliography[heading=comp,keyword=comp]
|
|
|
|
\endgroup |