Skip to main content
Bibliography failures often come from backend mismatches and build order issues.

Typical Errors

  • undefined citations
  • empty bibliography
  • Please (re)run Biber
  • I couldn't open database file references.bib

Fix Workflow

  1. Confirm system: BibTeX or BibLaTeX.
  2. Match backend (bibtex vs biber).
  3. Verify .bib filename and path.
  4. Rebuild in correct sequence.

Build Sequences

  • BibTeX: LaTeX -> BibTeX -> LaTeX -> LaTeX
  • BibLaTeX: LaTeX -> Biber -> LaTeX -> LaTeX