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