check_references¶
- class snippets.check_references.CheckReferences¶
Check LaTeX documents for missing or unused references.
$ python -m snippets.check_references --help usage: check_references.py [-h] [--check-dois] bib [bbl] Check LaTeX documents for missing or unused references. positional arguments: bib bibtex file containing references bbl compiled bibliography of formatted references options: -h, --help show this help message and exit --check-dois check dois in the bib file