Skip to content

Commit 63a3435

Browse files
committed
[macros] remove \xspace from \NTS
1 parent 2c41c18 commit 63a3435

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
@@ -231,12 +231,13 @@
231231
\newcommand{\xref}{\textsc{See also:}\xspace}
232232

233233
%% NTBS, etc.
234-
\newcommand{\NTS}[1]{\textsc{#1}\xspace}
234+
\newcommand{\NTS}[1]{\textsc{#1}}
235235
\newcommand{\ntbs}{\NTS{ntbs}}
236236
\newcommand{\ntmbs}{\NTS{ntmbs}}
237-
\newcommand{\ntwcs}{\NTS{ntwcs}}
238-
\newcommand{\ntcxvis}{\NTS{ntc16s}}
239-
\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
237+
% The following are currently unused:
238+
% \newcommand{\ntwcs}{\NTS{ntwcs}}
239+
% \newcommand{\ntcxvis}{\NTS{ntc16s}}
240+
% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
240241

241242
%% Code annotations
242243
\newcommand{\EXPO}[1]{\textit{#1}}

0 commit comments

Comments
 (0)