Skip to content

Commit 016e9cc

Browse files
committed
[macros] remove \xspace from \NTS
1 parent d862aeb commit 016e9cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/macros.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,13 @@
237237
\newcommand{\xref}{\textsc{See also:}\xspace}
238238

239239
%% NTBS, etc.
240-
\newcommand{\NTS}[1]{\textsc{#1}\xspace}
240+
\newcommand{\NTS}[1]{\textsc{#1}}
241241
\newcommand{\ntbs}{\NTS{ntbs}}
242242
\newcommand{\ntmbs}{\NTS{ntmbs}}
243-
\newcommand{\ntwcs}{\NTS{ntwcs}}
244-
\newcommand{\ntcxvis}{\NTS{ntc16s}}
245-
\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
243+
% The following are currently unused:
244+
% \newcommand{\ntwcs}{\NTS{ntwcs}}
245+
% \newcommand{\ntcxvis}{\NTS{ntc16s}}
246+
% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
246247

247248
%% Code annotations
248249
\newcommand{\EXPO}[1]{\textit{#1}}

0 commit comments

Comments
 (0)