GeneralChapter reference no showing in content

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Chapter reference no showing in content

Post by marbocam »

I have added references after each chapter using \printbibliography[heading=subbibliography], but the title does not show in my contents.. How can I change that?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Chapter reference no showing in content

Post by Stefan Kottwitz »

You can do it like this:

Code: Select all

\addcontentsline{toc}{chapter}{References}
or with section instead of chapter.

Stefan
LaTeX.org admin
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Re: Chapter reference no showing in content

Post by marbocam »

Thank you, Stefan! It worked like a charm! :)
Bartman
Posts: 367
Joined: Fri Jan 03, 2020 2:39 pm

Re: Chapter reference no showing in content

Post by Bartman »

I would like to point out that your wish could also be fulfilled if you assign a different name to the heading option. In the biblatex package manual, this would probably be bibintoc or subbibintoc.
Post Reply