Installation & Setup
Prerequisites
Section titled “Prerequisites”You need a LaTeX distribution with BibLaTeX and biber.
Required tools
Section titled “Required tools”- A TeX distribution (TeX Live, MiKTeX, or MacTeX)
biberavailable on your system path- A LaTeX editor or terminal build workflow
Recommended editor setup
Section titled “Recommended editor setup”Use an editor that can run the full compile sequence (pdflatex → biber → pdflatex).
Enabling Biber
Section titled “Enabling Biber”Configure the build chain
Section titled “Configure the build chain”Add BibLaTeX in your preamble and confirm your toolchain uses biber, not bibtex.
Verify Biber is active
Section titled “Verify Biber is active”Compile once and check logs for biber execution with no fatal errors.
Optional Setup with CiteDrive
Section titled “Optional Setup with CiteDrive”Connect your bibliography source
Section titled “Connect your bibliography source”If you use CiteDrive, connect or export bibliography data so your project reads valid BibLaTeX-compatible entries.
First successful compile checklist
Section titled “First successful compile checklist”- Citation key resolves in text
- Bibliography prints without missing entry errors
- No backend mismatch warnings
Setup Troubleshooting
Section titled “Setup Troubleshooting”Biber not found
Section titled “Biber not found”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.
Empty bibliography after compile
Section titled “Empty bibliography after compile”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.
Next Step
Section titled “Next Step”- Continue to Basic Usage