Cannot specify initial value in enumeration

23 views
Skip to first unread message

KVork

unread,
Oct 6, 2009, 4:51:55 AM10/6/09
to LaTeX Users Group
Hello,

I have a tricky problem using the enumerate package. Suddenly, an
enumeration list starts with "H" instead of "A". I have no idea why
this appears like that. It has previously been correct, starting with
"A". Any idea?

If not, How can I reset the list?


The code looks like:

\begin{enumerate}[A]
\item Item One
\item Item Two
\end{enumerate}

jon

unread,
Oct 6, 2009, 10:47:07 AM10/6/09
to LaTeX Users Group
well, you're surely not giving us all the information, because if i
typeset what you've provided here, i'll get a list of two items marked
by A and B.

but try resetting the list manually if you don't want to give a
minimal working example:

\begin{enumerate}[A]
\setcounter{enumi}{0}
\item Item One
\item Item Two
\end{enumerate}

cheers,
jon.
Reply all
Reply to author
Forward
0 new messages