continuing numbering in enumerate environments

1,638 views
Skip to first unread message

Neologist

unread,
Dec 5, 2007, 10:05:56 AM12/5/07
to LaTeX Users Group
I need to continue a sequence number in an enumerate
environment separated by \section commands, so that
when I start a new \begin{enumerate} environment it
picks up with the number last used - like the following
model:

\section{Introduction}
\begin{enumerate}
\item First thing
\item Second thing
\end{enumerate}

\section{Continuing}
\begin{enumerate}
\item Third thing
\item Fourth thing
\end{enumerate}

What do I need to do so that the enumerated items in
the second environment continue with being numbered 3,
4, and so forth?

Thank you for your suggestions.

--
Lynn Newton
Columbus, OH

Neologist

unread,
Dec 5, 2007, 11:00:35 AM12/5/07
to LaTeX Users Group
I answered my own question. Resetting the counter was the
answer. I could devise a way to generalize this, but I
desperately needed this for a legal document that is
due today, so hard coded it.

Amy

unread,
Jan 9, 2008, 11:12:33 AM1/9/08
to LaTeX Users Group
Dear all:
I met the same problem.
I don't know how to realize it.
Anybody can help me?
Thanks a lot.

Amy

Werner Grundlingh

unread,
Jan 9, 2008, 11:56:47 AM1/9/08
to LaTeX Users Group
On Jan 9, 8:12 am, Amy <Amy....@gmail.com> wrote:
> Dear all:
> I met the same problem.
> I don't know how to realize it.
> Anybody can help me?
> Thanks a lot.
>
> Amy

Dear Lynn & Amy,

There is a better way of doing this, supplied by the enumitem package.
It is available via CTAN from
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=enumitem

The enumitem package allows you to resume a previous enumerate
environment counter in the following simple way:

\begin{enumerate}
\item
\item
...
\item
\end{enumerate}
blah blah blah blah...
\begni{enumerate}[resume]
\item
\item
...
\item
\end{enumerate}

More on other capabilities of the package is contained in the
documentation.

Hope this helps,
Werner

Amy

unread,
Jan 10, 2008, 7:35:01 AM1/10/08
to LaTeX Users Group
Dear Werner:
It's very happy with the information about the enumitem package.
But very sorry that I can not download it from CTAN.
I have tried many times but all failed.
Do you have that package?
Will you please send me that package?
Thank you very much.
Amy

Amy

unread,
Jan 10, 2008, 7:41:17 AM1/10/08
to LaTeX Users Group
Dear all:
It realy works.
In fact, I need not to download that package. It is already in MikTeX
2.4.
All I have done is to add one sentence \usepackage{enumitem} in
my .tex file.
Thanks a lot.

Amy

On Jan 9, 4:56 pm, Werner Grundlingh <wgrundli...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages