2018-06-29 18:07:51 +00:00
|
|
|
%!TEX root = ../main.tex
|
|
|
|
|
|
|
|
\addchap{Quellenverzeichnis}
|
|
|
|
|
|
|
|
\defbibheading{book}{\section*{Monographien}}
|
|
|
|
\defbibheading{article}{\section*{Beiträge in Zeitungen und Zeitschriften}}
|
|
|
|
\defbibheading{incollection}{\section*{Beiträge in Sammelbänden}}
|
2020-07-15 21:04:17 +00:00
|
|
|
\defbibfilter{incollection}{
|
2020-10-27 08:04:47 +00:00
|
|
|
type=inproceedings or
|
2020-07-15 21:04:17 +00:00
|
|
|
type=incollection or
|
|
|
|
type=inbook
|
|
|
|
}
|
2018-06-29 18:07:51 +00:00
|
|
|
\defbibheading{paper}{\section*{Papers}}
|
|
|
|
\defbibfilter{paper}{
|
2020-01-03 09:34:33 +00:00
|
|
|
type=thesis or
|
|
|
|
type=report
|
2018-06-29 18:07:51 +00:00
|
|
|
}
|
|
|
|
\defbibheading{online}{\section*{Internetquellen}}
|
|
|
|
\defbibheading{jurisdiction}{\section*{Rechtsprechung}}
|
|
|
|
\defbibheading{company}{\section*{Unternehmensunterlagen}}
|
|
|
|
\defbibheading{uncited}{\section*{Unzitierte Quellen}}
|
|
|
|
\defbibcheck{uncited}{
|
|
|
|
\ifciteseen
|
|
|
|
{\skipentry}
|
|
|
|
{}
|
|
|
|
}
|
|
|
|
|
|
|
|
\setlength\bibitemsep{1.5\itemsep}
|
|
|
|
\setlength{\bibhang}{2em}
|
|
|
|
|
|
|
|
\begingroup
|
|
|
|
\sloppy
|
|
|
|
|
|
|
|
\printbibliography[heading=book,type=book]
|
|
|
|
\printbibliography[heading=article,type=article]
|
2020-07-15 21:04:17 +00:00
|
|
|
\printbibliography[heading=incollection,filter=incollection]
|
2018-06-29 18:07:51 +00:00
|
|
|
\printbibliography[heading=paper,filter=paper]
|
|
|
|
\printbibliography[heading=online,type=online]
|
|
|
|
\printbibliography[heading=jurisdiction,keyword=jurisdiction]
|
|
|
|
\printbibliography[heading=company,keyword=company]
|
|
|
|
%\printbibliography[heading=uncited,check=uncited]
|
|
|
|
%\nocite{*}
|
|
|
|
|
2020-01-03 09:34:33 +00:00
|
|
|
\endgroup
|