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