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 06da2da commit e2389f5Copy full SHA for e2389f5
source/macros.tex
@@ -251,12 +251,13 @@
251
\newcommand{\iref}[1]{\nolinebreak[3] (\ref{#1})}
252
253
%% NTBS, etc.
254
-\newcommand{\NTS}[1]{\textsc{#1}\xspace}
+\newcommand{\NTS}[1]{\textsc{#1}}
255
\newcommand{\ntbs}{\NTS{ntbs}}
256
\newcommand{\ntmbs}{\NTS{ntmbs}}
257
-\newcommand{\ntwcs}{\NTS{ntwcs}}
258
-\newcommand{\ntcxvis}{\NTS{ntc16s}}
259
-\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
+% The following are currently unused:
+% \newcommand{\ntwcs}{\NTS{ntwcs}}
+% \newcommand{\ntcxvis}{\NTS{ntc16s}}
260
+% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
261
262
%% Code annotations
263
\newcommand{\EXPO}[1]{\textit{#1}}
0 commit comments