]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - .chktexrc
mjo-algebra.tex: fix glossary sorting of \variety
[mjotex.git] / .chktexrc
index 8076a85ccccb047c1eeb8763e02de85817826202..b754edcd13af693ba35b526367c3483a36ddee8d 100644 (file)
--- a/.chktexrc
+++ b/.chktexrc
@@ -1 +1,16 @@
-# <3 git
+# America, fuck yeah.
+QuoteStyle = Traditional
+
+# Don't check for LaTeX syntax in code snippets.
+VerbEnvir
+{
+  tcblisting
+}
+
+# If you're using cleveref with custom label names, then you need to
+# tell chktex that \label can take an optional argument.
+#
+# WipeArg
+# {
+#   \label:[]{}
+# }