wannesm / adsphd

KU Leuven Arenberg Doctoral School PhD dissertation latex class
http://set.kuleuven.be/phd/
73 stars 46 forks source link

Per chapter Bibliography #78

Closed Somya1986 closed 6 years ago

Somya1986 commented 6 years ago

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 !

wannesm commented 6 years ago

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).