We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce78ece commit 545c76cCopy full SHA for 545c76c
tools/check-source.sh
@@ -151,6 +151,9 @@ done |
151
grep -F -ne ') const&' $texlib |
152
fail 'no space between cv-qualifier and ref-qualifier' || failed=1
153
154
+grep -n '\\\(def\)\?\(lib\|expos\)concept{[a-z0-9_-]*[^a-z0-9_}-][a-z0-9_-]*}' $texlib |
155
+ fail 'bad concept name' || failed=1
156
+
157
# \begin{example/note} with non-whitespace in front on the same line.
158
grep -ne '^.*[^ ]\s*\\\(begin\|end\){\(example\|note\)}' $texfiles |
159
fail "non-whitespace before note/example begins" || failed=1
0 commit comments