Texmaker and TeXstudioBibliography not updated

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
magyvel00
Posts: 4
Joined: Mon Apr 02, 2012 11:12 am

Bibliography not updated

Post by magyvel00 »

Hi,

I am using TeXmaker. I am trying to create the list of references, I create a file called Bibliography.bib where I am adding all the citations in BibTex from Internet. I can create the bibliography list, the problem is that not all the citations are included, some are missing. I am using

Code: Select all

\bibliographystyle{chicago}
\bibliography{Bibliography}

The warning says
Warning: citation solanki on page 3 undefined on input line 4.
I already checked and the details are in Bibliography.bib. I do not know what is happening. :(

Could somebody help me on this please?
Thank you in advance.

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Re: Bibliography not updated

Post by Stefan Kottwitz »

Run also the bibtex command, either at the command prompt or with the editor, to create or to update the .bbl file.

Stefan
LaTeX.org admin
magyvel00
Posts: 4
Joined: Mon Apr 02, 2012 11:12 am

Re: Bibliography not updated

Post by magyvel00 »

Stefan, thank you so much again. My Bibliography is working now :D
Post Reply