File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10968
10968
Any exception thrown by \tcode {compar}\iref {res.on.exception.handling }.
10969
10969
\end {itemdescr }
10970
10970
10971
- \xref
10972
- ISO C 7.22.5.
10971
+ \xrefc {7.22.5}
Original file line number Diff line number Diff line change 9949
9949
\tcode {abs} is exempted from these rules in order to stay compatible with C.
9950
9950
\end {note }
9951
9951
9952
- \xref
9953
- ISO C 7.12
9952
+ \xrefc {7.12}
9954
9953
9955
9954
\rSec 2[c.math.abs]{Absolute values}
9956
9955
10047
10046
corresponding names defined in the C standard library.
10048
10047
Each function is overloaded for the three floating-point types.
10049
10048
10050
- \xref
10051
- ISO C 7.12.3, 7.12.4
10049
+ \xrefc {7.12.3, 7.12.4}
10052
10050
10053
10051
\rSec 2[sf.cmath]{Mathematical special functions}%
10054
10052
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ grep -n 'ucode{[^}]*[^0-9a-f}][^}]*}' $texfiles |
81
81
grep -n ' unicode{[^}]*[^0-9a-f}][^}]*}' $texfiles |
82
82
fail ' use lowercase hex digits inside \\unicode' || failed=1
83
83
84
+ # Use \xrefc instead of "ISO C x.y.z"
85
+ grep -n " ^ISO C [0-9]*\." $texfiles |
86
+ fail ' use \\xrefc instead' || failed=1
87
+
84
88
# Library element introducer followed by stuff.
85
89
grep -ne ' ^\\\(constraints\|mandates\|expects\|effects\|sync\|ensures\|returns\|throws\|complexity\|remarks\|errors\).\+$' $texlibdesc |
86
90
fail ' stuff after library element' || failed=1
You can’t perform that action at this time.
0 commit comments