Hi everyone,
Does somebody know how you make from the Bibliography a chapter? So that you will see in your table of contents and in the title of the bibliography for example
VI. Bibliography ?
Thank you in advance!
Veerle
General ⇒ How do you make the bibliography a chapter?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How do you make the bibliography a chapter?
With the standard classes the tocbibind package does this for you.
Other document classes may have built-in features.
Best regards
Thorsten¹
Code: Select all
\usepackage[nottoc,numbib]{tocbibind}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How do you make the bibliography a chapter?
Thank you very much!