Texmaker and TeXstudioBibliography Update

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
erotavlas
Posts: 19
Joined: Thu Aug 04, 2011 3:53 pm

Bibliography Update

Post by erotavlas »

Hi,

I'm using Texmaker 3.1 under Ubuntu 11.04 64 bit. I'm not expert about Texmaker, so for compile I use the button quick build. Sometimes the bibliography citations are not update. Why? I have tried to recompile several times with no success.

Thank you
Last edited by erotavlas on Sun Aug 07, 2011 10:03 am, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Bibliography Update

Post by localghost »

It requires at least two additional compiler runs every time you add a citation command in your document. The first run overwrites the *.bbl file with the new content and the second run will read this anew as input for your bibliography.


Thorsten
erotavlas
Posts: 19
Joined: Thu Aug 04, 2011 3:53 pm

Re: Bibliography Update

Post by erotavlas »

Hi,
I solved as following:
F1 -> F11 -> F1 -> F1 (shorcut of Texmaker)
generates the citation in the text with the proper entry in a Reference section
Post Reply