We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b19614 commit ab4f873Copy full SHA for ab4f873
source/macros.tex
@@ -267,7 +267,7 @@
267
\newcommand{\leftshift}[1]{\ensuremath{\mathbin{\mathsf{lshift}_{#1}}}}
268
269
%% Notes and examples
270
-\newcommand{\noteintro}[1]{[\textit{#1}:\space}
+\newcommand{\noteintro}[1]{[\textit{#1}:}
271
\newcommand{\noteoutro}[1]{\textit{\,---\,#1}\kern.5pt]}
272
273
% \newnoteenvironment{ENVIRON}{BEGIN TEXT}{END TEXT}
@@ -287,7 +287,7 @@
287
288
%% Library function descriptions
289
\newcommand{\Fundescx}[1]{\textit{#1}}
290
-\newcommand{\Fundesc}[1]{\Fundescx{#1:}\space}
+\newcommand{\Fundesc}[1]{\Fundescx{#1}:\space}
291
\newcommand{\recommended}{\Fundesc{Recommended practice}}
292
\newcommand{\required}{\Fundesc{Required behavior}}
293
\newcommand{\constraints}{\Fundesc{Constraints}}
0 commit comments