Theses, Books, Title pagesBibliography not showing up in Contents

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bibliography not showing up in Contents

Post by templateuser »

Hi, I am wondering whether it is possible to show 'Bibliography' in Table of Contents Please?

jack2game

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bibliography not showing up in Contents

Post by templateuser »

The sample pdf on the template page shows that the 'Bibliography' should show up in the table of contents.
But when I compile the main.tex, there is no bib item in the Contents.

Could anyone tell me how to fix this please?

Thanks!

jack2game
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bibliography not showing up in Contents

Post by templateuser »

Problem solved: such situation happens when the Bib is updated or regenerated, i.e., the file main.bbl is recreated by compiling the main.tex.

It can be fixed by firstly running pdfLatex, then 2-3 times BibTeX and then 2-3 times pdfLatex.

jack2game
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Bibliography not showing up in Contents

Post by Vel »

Hey,

I'm glad you figured out the problem! You're right that you do have to compile with pdflatex twice to update the table of contents and references after running bibtex.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply