Skip to content

Commit 234d7e2

Browse files
committed
[macros] Remove \xspace from the definition of \grammarterm
It caused stray whitespace for plurals, such as in \grammarterm{cv-qualifier}s.
1 parent 001cce2 commit 234d7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
\newcommand{\defnx}[2]{\indexdefn{#2}\textit{#1}\xspace}
161161
\newcommand{\defn}[1]{\defnx{#1}{#1}}
162162
\newcommand{\term}[1]{\textit{#1}\xspace}
163-
\newcommand{\grammarterm}[1]{\textit{#1}\xspace}
163+
\newcommand{\grammarterm}[1]{\textit{#1}}
164164
\newcommand{\placeholder}[1]{\textit{#1}}
165165
\newcommand{\placeholdernc}[1]{\textit{#1\nocorr}}
166166

0 commit comments

Comments
 (0)