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
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
-
- 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