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