Merge branch '44-bib-item-type-inbook-is-ignored' into 'master'

Resolve "Bib Item Type "inbook" is ignored"

Closes #44

See merge request fastexitlane/latex-boilerplate!23
This commit is contained in:
Dominik Becker 2020-07-15 21:04:50 +00:00
commit 47be7db43f

View File

@ -5,6 +5,10 @@
\defbibheading{book}{\section*{Monographien}}
\defbibheading{article}{\section*{Beiträge in Zeitungen und Zeitschriften}}
\defbibheading{incollection}{\section*{Beiträge in Sammelbänden}}
\defbibfilter{incollection}{
type=incollection or
type=inbook
}
\defbibheading{paper}{\section*{Papers}}
\defbibfilter{paper}{
type=inproceedings or
@ -29,7 +33,7 @@
\printbibliography[heading=book,type=book]
\printbibliography[heading=article,type=article]
\printbibliography[heading=incollection,type=incollection]
\printbibliography[heading=incollection,filter=incollection]
\printbibliography[heading=paper,filter=paper]
\printbibliography[heading=online,type=online]
\printbibliography[heading=jurisdiction,keyword=jurisdiction]