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 11%!TEX root = std.tex
22\infannex {diff}{Compatibility}
33
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+
414\rSec 1[diff.cpp17]{\Cpp {} and ISO \CppXVII {}}
515
616\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
2323grep -ne ' ^.\+\\\(begin\|end\){codeblock}' $texfiles && exit 1
2424
2525# \pnum not alone on a line.
26- grep -ne ' ^. \+\\pnum' $texfiles && exit 1
26+ grep -ne ' ^[^%] \+\\pnum' $texfiles && exit 1
2727grep -ne ' \\pnum.\+$' $texfiles && exit 1
2828# Fixup: sed '/\\pnum.\+$/s/\\pnum\s*/\\pnum\n/'
2929
You can’t perform that action at this time.
0 commit comments