Skip to content

Installation & Setup

You need a LaTeX distribution with BibLaTeX and biber.

  • A TeX distribution (TeX Live, MiKTeX, or MacTeX)
  • biber available on your system path
  • A LaTeX editor or terminal build workflow

Use an editor that can run the full compile sequence (pdflatexbiberpdflatex).

Add BibLaTeX in your preamble and confirm your toolchain uses biber, not bibtex.

Compile once and check logs for biber execution with no fatal errors.

If you use CiteDrive, connect or export bibliography data so your project reads valid BibLaTeX-compatible entries.

  • Citation key resolves in text
  • Bibliography prints without missing entry errors
  • No backend mismatch warnings

If your build fails with a missing biber error, check that the binary is installed and available in your shell path. In editor builds, also verify the editor is using the same environment as your terminal.

This usually means one of three issues: wrong compile order, missing citation key, or bibliography file not loaded correctly. Re-run full compile sequence and confirm \addbibresource{...} points to the correct file.