From 0a7ba561a6b1ec34d9437d414674052d3aee5ef5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Nov 2019 21:37:02 +0000 Subject: chklref (5nov19) git-svn-id: svn://tug.org/texlive/trunk@52649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/chklref.1 | 56 ++++++++++++++++++++++++ Master/texmf-dist/doc/man/man1/chklref.man1.pdf | Bin 0 -> 20077 bytes 2 files changed, 56 insertions(+) create mode 100644 Master/texmf-dist/doc/man/man1/chklref.1 create mode 100644 Master/texmf-dist/doc/man/man1/chklref.man1.pdf (limited to 'Master/texmf-dist/doc/man') 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 , \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 +.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 . +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 new file mode 100644 index 00000000000..97ef1ea8670 Binary files /dev/null and b/Master/texmf-dist/doc/man/man1/chklref.man1.pdf differ -- cgit v1.2.3