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 a92c865 commit 8af494cCopy full SHA for 8af494c
source/macros.tex
@@ -238,12 +238,13 @@
238
\newcommand{\xref}{\textsc{See also:}\xspace}
239
240
%% NTBS, etc.
241
-\newcommand{\NTS}[1]{\textsc{#1}\xspace}
+\newcommand{\NTS}[1]{\textsc{#1}}
242
\newcommand{\ntbs}{\NTS{ntbs}}
243
\newcommand{\ntmbs}{\NTS{ntmbs}}
244
-\newcommand{\ntwcs}{\NTS{ntwcs}}
245
-\newcommand{\ntcxvis}{\NTS{ntc16s}}
246
-\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
+% The following are currently unused:
+% \newcommand{\ntwcs}{\NTS{ntwcs}}
+% \newcommand{\ntcxvis}{\NTS{ntc16s}}
247
+% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
248
249
%% Code annotations
250
\newcommand{\EXPO}[1]{\textit{#1}}
0 commit comments