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
BibTeX, biblatex and biber ⇒ Bibliography Database File is not found
Bibliography Database File is not found
Last edited by puqq on Sat Nov 26, 2011 12:42 pm, edited 1 time in total.
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
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
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Bibliography Database File is not found
Thanks, that solves the problem.