Skip to content

Commit 3995172

Browse files
committed
[macros] remove \xspace from \NTS
1 parent 7b9888a commit 3995172

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
@@ -229,12 +229,13 @@
229229
\newcommand{\xref}{\textsc{See also:}\xspace}
230230

231231
%% NTBS, etc.
232-
\newcommand{\NTS}[1]{\textsc{#1}\xspace}
232+
\newcommand{\NTS}[1]{\textsc{#1}}
233233
\newcommand{\ntbs}{\NTS{ntbs}}
234234
\newcommand{\ntmbs}{\NTS{ntmbs}}
235-
\newcommand{\ntwcs}{\NTS{ntwcs}}
236-
\newcommand{\ntcxvis}{\NTS{ntc16s}}
237-
\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
235+
% The following are currently unused:
236+
% \newcommand{\ntwcs}{\NTS{ntwcs}}
237+
% \newcommand{\ntcxvis}{\NTS{ntc16s}}
238+
% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
238239

239240
%% Code annotations
240241
\newcommand{\EXPO}[1]{\textit{#1}}

0 commit comments

Comments
 (0)