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 cabd788 commit be49696Copy full SHA for be49696
tools/check.sh
@@ -88,7 +88,7 @@ grep -n '^\\rSec.\[[^]]*[^-a-z.0-9][^]]*\]{' $texfiles | sed 's/$/ <--- bad char
88
89
# "shall", "may", or "should" inside a note
90
for f in $texfiles; do
91
- sed -n '/begin{note}/,/end{note}/{/\(shall\|may\|should\)[^a-zA-Z]/{=;p}}' $f |
+ sed -n '/begin{\(note\|footnote\)}/,/end{\(note\|footnote\)}/{/\(shall\|may\|should\)[^a-zA-Z]/{=;p}}' $f |
92
# prefix output with filename and line
93
sed '/^[0-9]\+$/{N;s/\n/:/}' | sed "s/.*/$f:&/" |
94
sed 's/$/ <--- "shall", "should", or "may" inside a note/'
0 commit comments