Skip to content

Commit 65be1c1

Browse files
committed
[macros] remove \xspace from \NTS
1 parent e9c3ed5 commit 65be1c1

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
@@ -239,12 +239,13 @@
239239
\newcommand{\xref}{\textsc{See also:}\xspace}
240240

241241
%% NTBS, etc.
242-
\newcommand{\NTS}[1]{\textsc{#1}\xspace}
242+
\newcommand{\NTS}[1]{\textsc{#1}}
243243
\newcommand{\ntbs}{\NTS{ntbs}}
244244
\newcommand{\ntmbs}{\NTS{ntmbs}}
245-
\newcommand{\ntwcs}{\NTS{ntwcs}}
246-
\newcommand{\ntcxvis}{\NTS{ntc16s}}
247-
\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
245+
% The following are currently unused:
246+
% \newcommand{\ntwcs}{\NTS{ntwcs}}
247+
% \newcommand{\ntcxvis}{\NTS{ntc16s}}
248+
% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
248249

249250
%% Code annotations
250251
\newcommand{\EXPO}[1]{\textit{#1}}

0 commit comments

Comments
 (0)