]> gitweb.michael.orlitzky.com - mjotex.git/blob - .chktexrc
mjo-algebra.tex: fix glossary sorting of \variety
[mjotex.git] / .chktexrc
1 # America, fuck yeah.
2 QuoteStyle = Traditional
3
4 # Don't check for LaTeX syntax in code snippets.
5 VerbEnvir
6 {
7 tcblisting
8 }
9
10 # If you're using cleveref with custom label names, then you need to
11 # tell chktex that \label can take an optional argument.
12 #
13 # WipeArg
14 # {
15 # \label:[]{}
16 # }