Theses, Books, Title pages ⇒ cannot generate the bibliography
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
cannot generate the bibliography
thanks for the attention, and I have a problem when using this thesis template: after compiling the main file, the bibliography doesn't appear at all, and the quotations in the content appear like "[ ? ]""[ ?? ]". I didn't even make a change in the template.
What might cause the problem? Do I miss some packages?
I use Mac OS system and the corresponding TeXworks for Mac.
Regards, Paul
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
cannot generate the bibliography
Did you run
bibtex
on the main.tex
file? When you want to update the bibliography in LaTeX you need to run BibTeX as well as pdfLaTeX. Simply select BibTeX from the dropdown menu in TeXworks and run it, then compile again with pdfLaTeX and your bibliography/references will show up.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: cannot generate the bibliography
Thanks for your reply! It's the first time I use such kind of template and I didn't even know that I needed to run BibTeX first...
Everything's ok now. Thanks again!
Paul