-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chktexrc
110 lines (86 loc) · 2.97 KB
/
.chktexrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#####################################################################
# These commands should be ignored when detecting whether a command
# is ended by a space.
#
Silent
{
\makeglossary \LaTeX \printglossary
\rm \em \bf \it \sl \sf \sc \tt \selectfont
\rmfamily \sffamily \ttfamily \mdseries \bfseries
\slshape \scshape \relax
\vskip \pagebreak \nopagebreak
\textrm \textem \textbf \textit \textsl \textsf \textsc \texttt
\clearpage \ddots \dotfill \flushbottom \fussy \indent \linebreak
\onecolumn \pagebreak \pushtabs \poptabs \scriptsize \sloppy
\twocolumn \vdots
\today \kill \newline \thicklines \thinlines
\columnsep \space \item \tiny \footnotesize \small \normalsize
\normal \large \Large \LARGE \huge \Huge \printindex
\newpage \listoffigures \listoftables \tableofcontents
\maketitle \makeindex
\hline \hrule \vrule
\centering
\bigskip \medskip \smallskip
\noindent \expandafter
\makeatletter \makeatother
\columnseprule
\textwidth \textheight \hsize \vsize
\if \fi
\csname \endcsname
\z@ \p@ \@warning \typeout
\dots \ldots \input \endinput \nextline \leavevmode \cdots \appendix \listfiles \and \quad
\vfill \vfil \hfill \hfil \topmargin \oddsidemargin
\frenchspacing \nonfrenchspacing
\begingroup \endgroup \par
\vrefwarning \upshape \headheight \headsep \hoffset \voffset
\cdot \qquad
\left \right
}
#####################################################################
# This keyword indicates commands which argument isn't LaTeX code,
# and which thus should be ignored.
#
# After the command, you may place arguments that you wish that
# should be wiped in the process; use [] for optional arguments, {}
# for required ones and * if the command supports an alternative
# variant. These should be separated from the command with a colon.
#
# For instance, if you would like to wipe the \newcommand command,
# you would declare it as \newcommand:*[][]{}
#
# These commands may be "executed" before they're wiped, so you will
# typically also wish to list filehandling commands and similar here.
#
WipeArg
{
\label:{} \ref:{} \vref:{} \pageref:{} \index:{} \cite:[]{}
\input:{} \verbatiminput:[]{} \listinginput:[]{}{}
\verbatimtabinput:[]{} \include:{} \includeonly:{}
\bibitem:[]{}
\li:{} \lstinline:*[]{} \includegraphics:*[]{}
\EGbnf:*[]{}
}
#####################################################################
# These environments contains material which will be typeset as
# mathematics by LaTeX. This turns on/off some warnings.
#
# We will automagically append a * to each keyword.
#
MathEnvir
{
displaymath math eqnarray array equation
}
#####################################################################
#
# These environments contains material which contents should be
# ignored.
#
# We will automagically append a * to each keyword.
#
VerbEnvir
{
verbatim comment listing verbatimtab rawhtml errexam picture texdraw
li lstinline lstlisting
pgfpicture tikzpicture
EGbnf
}