BibTeX, biblatex and biber ⇒ Bibliography as a numbered chapter in report
Bibliography as a numbered chapter in report
I'm writing a report using Latex report class and want to have the bibliography as a numbered chapter in the contents page. I've tried various things such as inserting a new entry into the contents page using
\addcontentsline{toc}{chapter}{Bibliography}
but this just puts a blank page with the title 'Bibliography' before my bibliography which already has a title of its own. Is there any way I can make the bibliography fit into the numbered sequence of chapters in the report and in the contents page? Any help would be appreciated.
Thanks
Note: I've also tried using
\cleardoublepage
\chapter{Bibliography}
\renewcommand*{\refname}{}
\bibliography{filename}
\bibliographystyle{plain}
but the report class doesn't define the command \refname
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Bibliography as a numbered chapter in report
Code: Select all
\usepackage[nottoc,numbib]{tocbibind}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10