Skip to content

Commit be23a2a

Browse files
jensmaurertkoeppe
authored andcommitted
[macros] remove \xspace from \NTS
1 parent a677ee9 commit be23a2a

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
@@ -252,12 +252,13 @@
252252
\newcommand{\iref}[1]{\nolinebreak[3] (\ref{#1})}
253253

254254
%% NTBS, etc.
255-
\newcommand{\NTS}[1]{\textsc{#1}\xspace}
255+
\newcommand{\NTS}[1]{\textsc{#1}}
256256
\newcommand{\ntbs}{\NTS{ntbs}}
257257
\newcommand{\ntmbs}{\NTS{ntmbs}}
258-
\newcommand{\ntwcs}{\NTS{ntwcs}}
259-
\newcommand{\ntcxvis}{\NTS{ntc16s}}
260-
\newcommand{\ntcxxxiis}{\NTS{ntc32s}}
258+
% The following are currently unused:
259+
% \newcommand{\ntwcs}{\NTS{ntwcs}}
260+
% \newcommand{\ntcxvis}{\NTS{ntc16s}}
261+
% \newcommand{\ntcxxxiis}{\NTS{ntc32s}}
261262

262263
%% Code annotations
263264
\newcommand{\EXPO}[1]{\textit{#1}}

0 commit comments

Comments
 (0)