1chktex(1) General Commands Manual chktex(1)
2
3
4
6 chktex - finds typographic errors in LaTeX.
7
9 chktex [-hiqrW] [-v[0-...]] [-l <rcfile>] [-[wemn] <[1-42]|all>]
10 [-d[0-...]] [-p <name>] [-o <outfile>] [-[btxgI][0|1]] file1 file2 ...
11
13 chktex finds typographic errors in LaTeX
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 -L --nolinesupp
48 Do not allow per-line suppressions. These are TeX comments of
49 the form % chktex ## .
50
51
52 Output control flags:
53
54 -v --verbosity
55 How errors are displayed. Default 1, 0=Less, 2=Fancy,
56 3=lacheck.
57
58 -V --pipeverb
59 How errors are displayed when stdout != tty. Defaults to the
60 same as -v.
61
62 -s --splitchar
63 String used to split fields when doing -v0
64
65 -o --output
66 Redirect error report to a file.
67
68 -q --quiet
69 Shuts up about version information.
70
71 -p --pseudoname
72 Input file-name when reporting.
73
74 -f --format
75 Format to use for output
76
77
78 Boolean switches (1 -> enables / 0 -> disables):
79
80 -b --backup
81 Backup output file.
82
83 -x --wipeverb
84 Ignore contents of `\verb' commands.
85
86 -g --globalrc
87 Read global .chktexrc file.
88
89 -I --inputfiles
90 Execute \input statements.
91
92 -H --headererr
93 Show errors found in front of \begin{document}
94
95 -W --version
96 Version information
97
98
99 If no LaTeX files are specified on the command line, we will read from
100 stdin. For explanation of warning/error messages, please consult the
101 main document /usr/share/doc/chktex/ChkTeX.dvi.gz.
102
103
105 Copyright (C) 1996 Jens T. Berger Thielemann
106
107 This program is free software; you can redistribute it and/or modify it
108 under the terms of the GNU General Public License as published by the
109 Free Software Foundation; either version 2 of the License, or (at your
110 option) any later version.
111
112 This program is distributed in the hope that it will be useful, but
113 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
114 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
115 Public License for more details.
116
117 You should have received a copy of the GNU General Public License along
118 with this program; if not, write to the Free Software Foundation, Inc.,
119 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
120
121
123 No environment variables are used.
124
126 None.
127
129 Jens T. Berger Thielemann, <jensthi@ifi.uio.no>
130
131 This manual page was cobbled together by Clint Adams
132 <schizo@debian.org>, based on the output of "chktex --help" and
133 deweb(1).
134
136 deweb(1), chkweb(1)
137
138
139
1407th Edition March 30, 2001 chktex(1)