Theses, Books, Title pages ⇒ Bibliography not showing up in Contents
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Bibliography not showing up in Contents
jack2game
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Bibliography not showing up in 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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Bibliography not showing up in Contents
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
Re: Bibliography not showing up in Contents
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