wannesm/adsphd

Per chapter Bibliography

Closed this issue · 1 comments

Hi,
How can I include a bibliography per chapter? My current file gives a combined bibliography for all chapters.

My Preamble is as follows:

\usepackage[
hyperref=auto,
mincrossrefs=999,
backend=bibtex,
sorting = none,
style=numeric-comp,
firstinits=true,
clearlang=true,
refsegment=chapter,
defernumbers=true
]{biblatex}
\addbibresource{allpapers.bib}

\begin{document}
\includechapter{introduction2}
\includechapter{chapter3}
\includechapter{chapter4}
\includechapter{chapter5}
\includechapter{conclusion}

\backmatter
\includebibliography
\printbibliography
\instructionsbibliography

\end{document}

Thanks in advance for the help !

Check previous issues (e.g. #38), read the biblatex manual part about "refsection", or look at the overleaf examples (e.g. https://www.overleaf.com/latex/examples/per-chapter-bibliographies-with-biblatex/yhdqvxtftwxf).