Directory tex-archive/support/chklref
** CHKLREF README **
1. Installation
See the INSTALL file
2. Execution
Just run chklref texfile
To run ckhlref, you need a Perl interpreter. As no special Perl
packages are needed, a very basic Perl distribution should be ok.
3. Auto completion
Bash users can add
complete -f -X '!*.tex' chklref
to their .bashrc to activate the autocompletion using exclusively
files with the .tex extension
Directories
Files
Download the complete
contents of this directory in one zip archive
(59.0k).
chklref – Check for problems with labels in LaTeX
It is quite common that after modifying a tex file, many unused
labels remain in it. The purpose of chklref is to automatically
find these useless labels. It also looks for “non
starred” mathematical environments with no labels and
advises the user to use a starred version instead.