What problem does it solve?
Detects mismatches between in-text citations and the bibliography to prevent missing references, unused entries, and low-quality bib records that can break compilation or produce inaccurate reference lists.
Core Features & Use Cases
- Cross-references citation commands in LaTeX (.tex) and Quarto (.qmd) files against a central .bib bibliography to find missing citation keys and unused entries.
- Flags potential typos by identifying similar-but-nonmatching keys and reports severity for critical missing items versus informational unused entries.
- Validates bib entry quality by checking required fields (author, title, year, venue), recommending DOIs when possible, and enforcing natbib-compatible entry types for compilation consistency.
- Use case: run a project-wide scan before submission to ensure all citations resolve and bibliography entries meet journal natbib expectations.
Quick Start
Run the validation on the project's bibliography and paper sections to get a prioritized report of missing, unused, and problematic bib entries.