-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chktexrc
More file actions
22 lines (20 loc) · 725 Bytes
/
Copy path.chktexrc
File metadata and controls
22 lines (20 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ChkTeX configuration for German academic LaTeX documents
# Placed in project root — ChkTeX auto-discovers it
# Suppress warnings that conflict with German typographic conventions or thesis style
# Warning 1: Command terminated with space (acceptable in modern LaTeX)
# Warning 12: Interword spacing (\ ) - German academic style differs
# Warning 18: Wrong length of dash (German em-dash rules differ)
# Warning 24: Delete this space (German punctuation spacing)
# Warning 44: User Regex (disable custom regex by default)
CmdLine {
-n1
-n12
-n18
-n24
-n44
}
# Suppress warnings for custom commands defined in thesis preamble
# Add thesis-specific commands here as needed
VerbEnvir {
lstlisting
}