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 7b9888a commit 3995172Copy full SHA for 3995172
source/macros.tex
@@ -229,12 +229,13 @@
229
\newcommand{\xref}{\textsc{See also:}\xspace}
230
231
%% NTBS, etc.
232
-\newcommand{\NTS}[1]{\textsc{#1}\xspace}
+\newcommand{\NTS}[1]{\textsc{#1}}
233
\newcommand{\ntbs}{\NTS{ntbs}}
234
\newcommand{\ntmbs}{\NTS{ntmbs}}
235
-\newcommand{\ntwcs}{\NTS{ntwcs}}
236
-\newcommand{\ntcxvis}{\NTS{ntc16s}}
237
-\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
+% The following are currently unused:
+% \newcommand{\ntwcs}{\NTS{ntwcs}}
+% \newcommand{\ntcxvis}{\NTS{ntc16s}}
238
+% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
239
240
%% Code annotations
241
\newcommand{\EXPO}[1]{\textit{#1}}
0 commit comments