Skip to content

Print a list of Bibliographic References per Chapter

João M. Lourenço edited this page Jan 11, 2022 · 1 revision

Follow this example…

\chapter{My Chapter}
\label{cha:my_chapter}

\begin{refsection}

% … chapter contents …

\printbibliography[heading=subbibliography, segment=\therefsegment, title={\bibname\ for Chapter~\thechapter}]

\end{refsection}