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