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:
commit
47be7db43f
|
@ -5,6 +5,10 @@
|
||||||
\defbibheading{book}{\section*{Monographien}}
|
\defbibheading{book}{\section*{Monographien}}
|
||||||
\defbibheading{article}{\section*{Beiträge in Zeitungen und Zeitschriften}}
|
\defbibheading{article}{\section*{Beiträge in Zeitungen und Zeitschriften}}
|
||||||
\defbibheading{incollection}{\section*{Beiträge in Sammelbänden}}
|
\defbibheading{incollection}{\section*{Beiträge in Sammelbänden}}
|
||||||
|
\defbibfilter{incollection}{
|
||||||
|
type=incollection or
|
||||||
|
type=inbook
|
||||||
|
}
|
||||||
\defbibheading{paper}{\section*{Papers}}
|
\defbibheading{paper}{\section*{Papers}}
|
||||||
\defbibfilter{paper}{
|
\defbibfilter{paper}{
|
||||||
type=inproceedings or
|
type=inproceedings or
|
||||||
|
@ -29,7 +33,7 @@
|
||||||
|
|
||||||
\printbibliography[heading=book,type=book]
|
\printbibliography[heading=book,type=book]
|
||||||
\printbibliography[heading=article,type=article]
|
\printbibliography[heading=article,type=article]
|
||||||
\printbibliography[heading=incollection,type=incollection]
|
\printbibliography[heading=incollection,filter=incollection]
|
||||||
\printbibliography[heading=paper,filter=paper]
|
\printbibliography[heading=paper,filter=paper]
|
||||||
\printbibliography[heading=online,type=online]
|
\printbibliography[heading=online,type=online]
|
||||||
\printbibliography[heading=jurisdiction,keyword=jurisdiction]
|
\printbibliography[heading=jurisdiction,keyword=jurisdiction]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user