latexmk_list_citations
Lists citation keys from LaTeX source or file, optionally cross-referencing against a .bib file to identify missing or unused references.
Instructions
Extract all citation keys from a LaTeX document and optionally cross-reference them against a .bib file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bib_path | No | Absolute path to a .bib file to cross-reference. | |
| file_path | No | Absolute path to an existing .tex file | |
| tex_content | No | LaTeX source content | |
| working_dir | No | Optional working directory for symmetry with other tools. |