Skip to content

Commit ab4f873

Browse files
committed
[everywhere] Reduce width of space after Note: and Example:.
Use upright font for : in Preconditions: and friends.
1 parent 2b19614 commit ab4f873

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
@@ -267,7 +267,7 @@
267267
\newcommand{\leftshift}[1]{\ensuremath{\mathbin{\mathsf{lshift}_{#1}}}}
268268

269269
%% Notes and examples
270-
\newcommand{\noteintro}[1]{[\textit{#1}:\space}
270+
\newcommand{\noteintro}[1]{[\textit{#1}:}
271271
\newcommand{\noteoutro}[1]{\textit{\,---\,#1}\kern.5pt]}
272272

273273
% \newnoteenvironment{ENVIRON}{BEGIN TEXT}{END TEXT}
@@ -287,7 +287,7 @@
287287

288288
%% Library function descriptions
289289
\newcommand{\Fundescx}[1]{\textit{#1}}
290-
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\space}
290+
\newcommand{\Fundesc}[1]{\Fundescx{#1}:\space}
291291
\newcommand{\recommended}{\Fundesc{Recommended practice}}
292292
\newcommand{\required}{\Fundesc{Required behavior}}
293293
\newcommand{\constraints}{\Fundesc{Constraints}}

0 commit comments

Comments
 (0)