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