Skip to content

Commit d76405f

Browse files
committed
Added a dot to the testcase to check for spacing problems
1 parent 7de7c5a commit d76405f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

testcase-moreenum.tex

+7-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
\bigskip\stepcounter{namespacer}
3737
\begin{minipage}{0.4\linewidth}
3838
{\qquad\Large\texttt{\textbackslash #1}}
39-
\begin{enumerate}[label=\csname #1\endcsname*]
39+
\begin{enumerate}[label={\csname #1\endcsname*.}]
4040
\item Liberty: \expandafter\ref{\namespace}
4141
\item Equality
4242
\item Fraternity\expandafter\label{\namespace}
@@ -157,14 +157,19 @@ \section{Limitations}
157157
limitations.\footnote{%
158158
Why don't I just use those packages instead?
159159
Because having |fmtcount| do most of the work means only loading one
160-
package instead of 3 (|numname|, |binhex| and |nth| or |engord|).}
160+
package instead of 3 (|numname|, |binhex| and |nth| or |engord|).
161+
Also, |fmtcount| can speak different languages,
162+
and in future releases I'm tempted to try to get that working here.}
161163

162164

163165
\section{Examples of the enumerations}
164166
Here are examples of all the kinds of enumeration that the package
165167
defines.
166168
The first item contains a reference to the third.
167169
This is to test if the referencing is working.
170+
The labels have dots after them, to check whether errant spaces are
171+
being added after the labels.\footnote{Thanks to Kevin Klement for
172+
pointing this issue out to me.}
168173
% \dotest{greek,Greek,enumHex,enumhex,enumbinary,raisenth,levelnth,nthwords,nwords}
169174

170175
\small\noindent

0 commit comments

Comments
 (0)