checkcites --version (return code: 0)
checkcites.lua -- a reference checker script (v1.0i)
Copyright (c) 2012 Enrico Gregorio, Paulo Roberto Massa Cereda
checkcites.lua version 1.0i (dated December 18, 2012)
You can find more information about this script in the official
source code repository:
http://github.com/cereda/checkcites
checkcites.lua is licensed under the LaTeX Project Public License.
checkcites --help (return code: 0)
checkcites.lua -- a reference checker script (v1.0i)
Copyright (c) 2012 Enrico Gregorio, Paulo Roberto Massa Cereda
checkcites.lua is a Lua script written for the sole purpose of
detecting undefined/unused references from LaTeX auxiliary or
bibliography files. It's very easy to use!
Usage: /usr/bin/checkcites [--all | --unused | --undefined] file.aux
--all Lists all unused and undefined references.
--unused Lists only unused references in your 'bib' file.
--undefined Lists only undefined references in your 'tex' file.
If no flag is provided, '--all' is set by default.
Be sure to have all your 'bib' files in the same directory.