We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54e71e commit ba6f766Copy full SHA for ba6f766
tools/check-source.sh
@@ -54,7 +54,7 @@ done |
54
fail 'two consecutive \\pnum' || failed=1
55
56
# punctuation after the footnote marker
57
-grep -n "\\end{footnote" $texfiles | grep -v '}[@)%]\?$' |
+grep -n '\\end{footnote' $texfiles | grep -v '}[@)%]\?$' |
58
fail "punctuation after footnote marker" || failed=1
59
60
# \opt used incorrectly.
0 commit comments