File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
%!TEX root = std.tex
2
2
\infannex {diff}{Compatibility}
3
3
4
+ % TODO: Add this once we have differences.
5
+
6
+ % \rSec1[diff.cpp20]{\Cpp{} and ISO \CppXX{}}
7
+ %
8
+ % \pnum
9
+ % \indextext{summary!compatibility with ISO \CppXX{}}%
10
+ % This subclause lists the differences between \Cpp{} and
11
+ % ISO \CppXX{} (ISO/IEC 14882:2020, \doccite{Programming Languages --- \Cpp{}}),
12
+ % by the chapters of this document.
13
+
4
14
\rSec 1[diff.cpp17]{\Cpp {} and ISO \CppXVII {}}
5
15
6
16
\pnum
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ for f in *.tex; do [ $(tail -c 2 $f | wc -l) -eq 1 ] || (echo "$f has trailing e
23
23
grep -ne ' ^.\+\\\(begin\|end\){codeblock}' $texfiles && exit 1
24
24
25
25
# \pnum not alone on a line.
26
- grep -ne ' ^. \+\\pnum' $texfiles && exit 1
26
+ grep -ne ' ^[^%] \+\\pnum' $texfiles && exit 1
27
27
grep -ne ' \\pnum.\+$' $texfiles && exit 1
28
28
# Fixup: sed '/\\pnum.\+$/s/\\pnum\s*/\\pnum\n/'
29
29
You can’t perform that action at this time.
0 commit comments