Skip to content

Commit 33f4f11

Browse files
committed
[macros] Avoid small caps for cross-references to C.
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit 33f4f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/macros.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@
371371
\newcommand{\templalias}{\Fundesc{Alias template}}
372372

373373
%% Cross-reference
374-
\newcommand{\xref}{\textsc{See also:}\space}
375-
\newcommand{\xrefc}[1]{\xref{} \IsoC{}, #1}
374+
\newcommand{\xref}{See\space}
375+
\newcommand{\xrefc}[1]{\xref{} \IsoC{}, #1.}
376376
\newcommand{\termref}[3]{\textit{#2}{#3}\iref{#1}} % in Clause 3
377377

378378
%% Inline comma-separated parenthesized references

0 commit comments

Comments
 (0)