1CHKLREF(1) User Commands CHKLREF(1)
2
3
4
6 chklref - manual page for chklref 3.1.2
7
9 chklref [options] texfile
10
12 Check unused labels and bibitems in a LaTeX file
13
15 --tex <compiler>, -t
16 Specify the TeX compiler to be used. Default is `pdflatex`.
17
18 --tex-options
19 List of options to pass to the TeX compiler. It should be a
20 quoted string of white space delimited options. Note that we
21 always add `-interaction nonstopmode` on top of these options.
22
23 --debug, -d
24 Run in debug mode. Do not clean the generated `.chk` file.
25
26 --quiet, -q
27 Run in quiet mode. Do not print the output of the TeX compiler.
28
29 --parse-only
30 Do not run the LaTeX compiler but use the already existing
31 `.chk` file. When this option is passed, the following other
32 options are meaningless: `--tex`, `--tex-options`, `--quiet`,
33 `--debug`.
34
35 --version, -v
36 Print the version of this script.
37
38 --help,h
39 Print this help.
40
42 Written by Jerome Lelong <jerome.lelong@gmail.com>
43
45 Report bugs to https://github.com/jlelong/chklref. `chklref` is known
46 not to work with `cleveref`. If you would like to contribute to `chkl‐
47 ref`, feel free to open a PR on https://github.com/jlelong/chklref.
48
50 Copyright 2005-2019 Jerome Lelong <jerome.lelong@gmail.com>. This pro‐
51 gram comes with ABSOLUTELY NO WARRANTY.
52 This is free software, and you are welcome to redistribute it under
53 GPLv3.
54
56 The full documentation for chklref is maintained as a Texinfo manual.
57 If the info and chklref programs are properly installed at your site,
58 the command
59
60 info chklref
61
62 should give you access to the complete manual.
63
64
65
66chklref 3.1.2 November 2019 CHKLREF(1)