Skip to content

Commit 776d4db

Browse files
committed
[macros] Remove italics and boldface
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit 776d4db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@
29282928
with the wrong number or type of arguments.
29292929
\effect
29302930
Change to semantics of well-defined feature.
2931-
This feature was marked as ``obsolescent'' in C.
2931+
This feature was marked as ``obsoles\-cent'' in C.
29322932
\difficulty
29332933
Syntactic transformation.
29342934
The function declarations using C incomplete declaration style must

source/macros.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
%% Library function descriptions
350350
\newcommand{\Fundescx}[1]{\textit{#1}}
351351
\newcommand{\Fundesc}[1]{\Fundescx{#1}:\space}
352-
\newcommand{\recommended}{\Fundesc{Recommended practice}}
352+
\newcommand{\recommended}{Recommended practice:\space}
353353
\newcommand{\required}{\Fundesc{Required behavior}}
354354
\newcommand{\constraints}{\Fundesc{Constraints}}
355355
\newcommand{\mandates}{\Fundesc{Mandates}}
@@ -508,16 +508,16 @@
508508
\newcommand{\countedrange}[2]{$\tcode{#1} + \range{0}{#2}$}
509509

510510
%% Change descriptions
511-
\newcommand{\diffhead}[1]{\textbf{#1:}\space}
511+
\newcommand{\diffhead}[1]{#1:\space}
512512
\newcommand{\diffdef}[1]{\ifvmode\else\hfill\break\fi\diffhead{#1}}
513513
\ExplSyntaxOn
514514
\NewDocumentCommand \diffref { m } {
515515
\clist_set:Nx \l_tmpa_clist { #1 }
516516
\pnum
517517
\int_compare:nTF { \clist_count:N \l_tmpa_clist < 2 } {
518-
\textbf{Affected~subclause:} ~
518+
\diffhead{Affected~subclause}
519519
} {
520-
\textbf{Affected~subclauses:} ~
520+
\diffhead{Affected~subclauses}
521521
}
522522
\clist_map_inline:Nn \l_tmpa_clist {
523523
\clist_put_right:Nn \g_tmpa_clist { \ref{##1} }
@@ -538,7 +538,7 @@
538538
\newcommand{\howwide}{\diffdef{How widely used}}
539539

540540
%% Miscellaneous
541-
\newcommand{\stage}[1]{\item[Stage #1:]}
541+
\newcommand{\stage}[1]{\item Stage #1:}
542542
\newcommand{\doccite}[1]{\textit{#1}}
543543
\newcommand{\cvqual}[1]{\textit{#1}}
544544
\newcommand{\cv}{\ifmmode\mathit{cv}\else\cvqual{cv}\fi}

0 commit comments

Comments
 (0)