BibTeX, biblatex and biberBibliography Database File is not found

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
puqq
Posts: 6
Joined: Sat Jul 10, 2010 1:11 pm

Bibliography Database File is not found

Post by puqq »

I cannot get my .bib file to work- it's simply not found. biblio.bib is normally located in the same folder as the .tex file, but \bibliography{biblio} or \bibliography{\Users\myuser\....\folder\biblio.bib} do not generate any references even though the \cite{} commands are definitely right. (question marks are placed instead of them)

I am running the latest version of MacTex on Snow Leo OS
Last edited by puqq on Sat Nov 26, 2011 12:42 pm, 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 Database File is not found

Post by localghost »

Make sure that you run BibTeX (or Biber) in between. After that it requires at least two more LaTeX runs to get things right. If the *.bib file is actually not found, you should get an according message in the log file.


Thorsten
puqq
Posts: 6
Joined: Sat Jul 10, 2010 1:11 pm

Re: Bibliography Database File is not found

Post by puqq »

Thanks, that solves the problem.
Post Reply