forked from hmemcpy/cv
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.chktexrc
22 lines (19 loc) · 811 Bytes
/
.chktexrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See Error 38, which asserts commas must be before or after quotes
# The style I use is "before quotes," as in this sentence.
QuoteStyle = Traditional
# Exclude these environments from syntax checking
VerbEnvir { lstlisting }
# Ignore the contents of commands whose arguments do not produce
# visible output or whose output is not subject to style
WipeArg
{
\label:{} \ref:{} \vref:{} \pageref:{} \index:{} \cite:[]{}
\input:{} \verbatiminput:[]{} \listinginput:[]{}{}
\verbatimtabinput:[]{} \include:{} \includeonly:{}
\bibitem:[]{} \texttt:{} \verb:{} \includegraphics:[]{}
}
# Use this to ignore linter errors of a specific error code.
# For example, code 24 warns when an index may be misplaced due
# to spaces (page spillover).
# code 9 and 17 warns [] and () not match
CmdLine { -n 8 }