diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-05 21:37:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-05 21:37:02 +0000 |
commit | 0a7ba561a6b1ec34d9437d414674052d3aee5ef5 (patch) | |
tree | 0746bc1e90dd17f383fa13e819ba63bab380f9ee /Master/texmf-dist/doc/man | |
parent | 9e63b55e701a371d05992e63c3bb88c3b574ad76 (diff) |
chklref (5nov19)
git-svn-id: svn://tug.org/texlive/trunk@52649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/chklref.1 | 56 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/chklref.man1.pdf | bin | 0 -> 20077 bytes |
2 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/chklref.1 b/Master/texmf-dist/doc/man/man1/chklref.1 new file mode 100644 index 00000000000..8dc3b874edb --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/chklref.1 @@ -0,0 +1,56 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH CHKLREF "1" "November 2019" "chklref 3.1.2" "User Commands" +.SH NAME +chklref \- manual page for chklref 3.1.2 +.SH SYNOPSIS +.B chklref +[\fI\,options\/\fR] \fI\,texfile\/\fR +.SH DESCRIPTION +Check unused labels and bibitems in a LaTeX file +.SH OPTIONS +.TP +\fB\-\-tex\fR <compiler>, \fB\-t\fR +Specify the TeX compiler to be used. Default is `pdflatex`. +.TP +\fB\-\-tex\-options\fR +List of options to pass to the TeX compiler. It should be a quoted +string of white space delimited options. Note that we always add +`\-interaction nonstopmode` on top of these options. +.TP +\fB\-\-debug\fR, \fB\-d\fR +Run in debug mode. Do not clean the generated `.chk` file. +.TP +\fB\-\-quiet\fR, \fB\-q\fR +Run in quiet mode. Do not print the output of the TeX compiler. +.TP +\fB\-\-parse\-only\fR +Do not run the LaTeX compiler but use the already existing `.chk` file. +When this option is passed, the following other options are meaningless: +`\-\-tex`, `\-\-tex\-options`, `\-\-quiet`, `\-\-debug`. +.TP +\fB\-\-version\fR, \fB\-v\fR +Print the version of this script. +.TP +\fB\-\-help\fR,h +Print this help. +.SH AUTHOR +Written by Jerome Lelong <jerome.lelong@gmail.com> +.SH "REPORTING BUGS" +Report bugs to https://github.com/jlelong/chklref. `chklref` is known not to work with `cleveref`. If you would like to contribute to `chklref`, feel free to open a PR on https://github.com/jlelong/chklref. +.SH COPYRIGHT +Copyright 2005\-2019 Jerome Lelong <jerome.lelong@gmail.com>. +This program comes with ABSOLUTELY NO WARRANTY. +.br +This is free software, and you are welcome to redistribute it under GPLv3. +.SH "SEE ALSO" +The full documentation for +.B chklref +is maintained as a Texinfo manual. If the +.B info +and +.B chklref +programs are properly installed at your site, the command +.IP +.B info chklref +.PP +should give you access to the complete manual. diff --git a/Master/texmf-dist/doc/man/man1/chklref.man1.pdf b/Master/texmf-dist/doc/man/man1/chklref.man1.pdf Binary files differnew file mode 100644 index 00000000000..97ef1ea8670 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/chklref.man1.pdf |