Skip to content

Commit 301a139

Browse files
committed
[macros] Suppress italic correction after EXPLICIT. It is never welcome and often disruptive.
1 parent f8904bd commit 301a139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
\newcommand{\unspecuniqtype}{\UNSP{unspecified unique type}}
261261
\newcommand{\unspecalloctype}{\UNSP{unspecified allocator type}}
262262

263-
\newcommand{\EXPLICIT}{\textit{\texttt{EXPLICIT}}}
263+
\newcommand{\EXPLICIT}{\textit{\texttt{EXPLICIT}\nocorr}}
264264

265265
%% Manual insertion of italic corrections, for aligning in the presence
266266
%% of the above annotations.

0 commit comments

Comments
 (0)