how change numeration in enumerate environment?

1,135 views
Skip to first unread message

Pawel_Iks

unread,
Sep 3, 2008, 5:14:57 PM9/3/08
to LaTeX Users Group
I want enumerate environment to start numbering items from for example
3 and not from 1. How to do it?

Valentinas

unread,
Sep 4, 2008, 2:48:30 AM9/4/08
to LaTeX Users Group
On 4 Sept, 00:14, Pawel_Iks <pawel.labed...@gmail.com> wrote:
> I want enumerate environment to start numbering items from for example
> 3 and not from 1. How to do it?

change value of the counter enumi (or enumii, enumiii, enumiv, for
deeper level of nested lists) after \begin{enumerate}.

Werner Grundlingh

unread,
Sep 4, 2008, 10:12:25 AM9/4/08
to LaTeX Users Group
On Sep 3, 2:14 pm, Pawel_Iks <pawel.labed...@gmail.com> wrote:
> I want enumerate environment to start numbering items from for example
> 3 and not from 1. How to do it?

You may consider using the enumitem package, available online via CTAN
from
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=enumitem
It allows for easy manipulation of such lists (enumerate, itemize and/
or description). Although I haven't tested this, I assume you'll be
interested in the following:

...
\begin{enumerate}[start=3]
\item...
...
\end{enumerate}

Werner

jrothim

unread,
Sep 5, 2008, 2:19:01 AM9/5/08
to LaTeX Users Group
You can also find more documentation on setting the counter and it's
format at

http://www.giss.nasa.gov/tools/latex/ltx-222.html
and
http://www.giss.nasa.gov/tools/latex/ltx-3.html

Jeff
Reply all
Reply to author
Forward
0 new messages