Fuck around with biblatex some more, still not working

This commit is contained in:
jaseg 2025-10-20 17:10:56 +02:00
parent 39c0b7b067
commit 6446aab83b
2 changed files with 7 additions and 2 deletions

View file

@ -11,6 +11,7 @@
url=false,
doi=true,
eprint=false,
defernumbers=true,
]{biblatex}
\addbibresource{main.bib}
\DeclareSourcemap{
@ -135,8 +136,11 @@
\newcommand{\chapterbibliography}{
\clearpage % clearpage flushes all figures. force this here so we don't get figures floating in between references.
\newrefcontext[labelprefix=W]
\printbibliography[type={online},title={Web sources},resetnumbers,heading=subbibintoc]
\newrefcontext
\printbibliography[nottype={online},nottype={patent},resetnumbers,heading=subbibintoc]
\newrefcontext[labelprefix=P]
\printbibliography[type={patent},title={Patent References},resetnumbers,heading=subbibintoc]
}