Skip to content

Commit fa89f99

Browse files
committed
Fixed space issue in \Greek too.
Also swapped nwords and nthwords so they work as expected.
1 parent d76405f commit fa89f99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

moreenum.sty

+7-7
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
\or Z\or E\or\Theta\or I\or K\or\Lambda
7676
\or M\or N\or \Xi\or O\or\Pi\or P\or\Sigma
7777
\or T\or Y\or\Phi\or X\or\Psi\or\Omega
78-
\else\@ctrerr\fi$
78+
\else\@ctrerr\fi$%
7979
}
8080

8181
\newalphalph{\@Greek}[alph]{\@Single@Greek}{24}
@@ -196,7 +196,7 @@
196196

197197
\newcommand{\Nthwords}[1]{\expandafter\@Nthwords\csname c@#1\endcsname}
198198
\newcommand*{\@Nthwords}[1]{%
199-
\protect\Numberstringnum{\number#1}}
199+
\protect\Ordinalstringnum{\number#1}}
200200
\AddEnumerateCounter{\Nthwords}{\@Nthwords}{Seventeenth}
201201

202202
%%-----------------------------
@@ -206,7 +206,7 @@
206206
\newcommand*{\NTHWORDS}[1]{
207207
\expandafter\@NTHWORDS\csname c@#1\endcsname}
208208
\newcommand*{\@NTHWORDS}[1]{
209-
\protect\NUMBERstringnum{\number#1}}
209+
\protect\ORDINALstringnum{\number#1}}
210210
\AddEnumerateCounter{\NTHWORDS}{\@NTHWORDS}{FORTY-TWO}
211211

212212
%%-----------------------------
@@ -216,7 +216,7 @@
216216
\newcommand*{\nthwords}[1]{
217217
\expandafter\@nthwords\csname c@#1\endcsname}
218218
\newcommand*{\@nthwords}[1]{
219-
\protect\numberstringnum{\number#1}}
219+
\protect\ordinalstringnum{\number#1}}
220220
\AddEnumerateCounter{\nthwords}{\@nthwords}{forty-two}
221221

222222

@@ -231,7 +231,7 @@
231231

232232
\newcommand{\Nwords}[1]{\expandafter\@Nwords\csname c@#1\endcsname}
233233
\newcommand*{\@Nwords}[1]{%
234-
\protect\Ordinalstringnum{\number#1}}
234+
\protect\Numberstringnum{\number#1}}
235235
\AddEnumerateCounter{\Nwords}{\@Nwords}{Seventeen}
236236

237237

@@ -242,7 +242,7 @@
242242

243243
\newcommand{\NWORDS}[1]{\expandafter\@NWORDS\csname c@#1\endcsname}
244244
\newcommand*{\@NWORDS}[1]{%
245-
\protect\ORDINALstringnum{\number#1}}
245+
\protect\NUMBERstringnum{\number#1}}
246246
\AddEnumerateCounter{\NWORDS}{\@NWORDS}{SEVENTEEN}
247247

248248

@@ -252,7 +252,7 @@
252252

253253
\newcommand{\nwords}[1]{\expandafter\@nwords\csname c@#1\endcsname}
254254
\newcommand*{\@nwords}[1]{%
255-
\protect\ordinalstringnum{\number#1}}
255+
\protect\numberstringnum{\number#1}}
256256
\AddEnumerateCounter{\nwords}{\@nwords}{seventeen}
257257

258258

0 commit comments

Comments
 (0)