1chkweb(1) General Commands Manual chkweb(1)
2
3
4
6 chkweb - runs the LaTeX parts of a CWEB file through chktex
7
9 chkweb [-hiqrW] [-l <rcfile>] [-[wemn] <[1-42]|all>] [-d[0-...]] [-o
10 <outfile>] [-[btxgI][0|1]] file1 file2 ...
11
13 chkweb runs the LaTeX parts of a CWEB file through chktex.
14
16 Miscellaneous options:
17
18 -h --help
19 Print a help screen.
20
21 -i --license
22 Show distribution information.
23
24 -l --localrc
25 Read local .chktexrc formatted file.
26
27 -d --debug
28 Debug information. Give it a number.
29
30 -r --reset
31 Reset settings to default.
32
33 Muting warning messages:
34
35 -w --warnon
36 Makes msg # given a warning and turns it on.
37
38 -e --erroron
39 Makes msg # given an error and turns it on.
40
41 -m --msgon
42 Makes msg # given a message and turns it on.
43
44 -n --nowarn
45 Mutes msg # given.
46
47
48 Output control flags:
49
50 -V --pipeverb
51 How errors are displayed when stdout != tty. Defaults to the
52 same as -v.
53
54 -s --splitchar
55 String used to split fields when doing -v0
56
57 -o --output
58 Redirect error report to a file.
59
60 -q --quiet
61 Shuts up about version information.
62
63 -f --format
64 Format to use for output
65
66
67 Boolean switches (1 -> enables / 0 -> disables):
68
69 -b --backup
70 Backup output file.
71
72 -x --wipeverb
73 Ignore contents of `\verb' commands.
74
75 -g --globalrc
76 Read global .chktexrc file.
77
78 -I --inputfiles
79 Execute \input statements.
80
81 -H --headererr
82 Show errors found in front of \begin{document}
83
84 -W --version
85 Version information
86
87
88 If no LaTeX files are specified on the command line, we will read from
89 stdin. For explanation of warning/error messages, please consult the
90 main document /usr/share/doc/chktex/ChkTeX.dvi.gz.
91
92
94 Copyright (C) 1996 Jens T. Berger Thielemann
95
96 This program is free software; you can redistribute it and/or modify it
97 under the terms of the GNU General Public License as published by the
98 Free Software Foundation; either version 2 of the License, or (at your
99 option) any later version.
100
101 This program is distributed in the hope that it will be useful, but
102 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
103 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
104 Public License for more details.
105
106 You should have received a copy of the GNU General Public License along
107 with this program; if not, write to the Free Software Foundation, Inc.,
108 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
109
110
112 No environment variables are used.
113
115 None.
116
118 Jens T. Berger Thielemann, <jensthi@ifi.uio.no>
119
120 This manual page was cobbled together by Clint Adams
121 <schizo@debian.org>, based on the output of "chktex --help" and
122 deweb(1).
123
125 deweb(1), chktex(1)
126
127
128
1297th Edition March 30, 2001 chkweb(1)