Hello gurus, 

I have another problem with the "enumerate without reset" feature based from 
<http://www.lyx.org/help/list/enum.php3>. 

 - - - < s n i p > - - -
\newcounter{myEnumCounter}
\newcounter{mySaveCounter}
\renewenvironment{enumerate}{%
 \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
 \setcounter{myEnumCounter}{\value{mySaveCounter}}}
 }{%
 \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
}
\newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
 - - - < s n i p > - - - 

My problem is, if I put the above snippet in my preamble, it goes global 
which I don't want to happen.  Not only that, the second level of some of my 
enumeration has been reset and starts as 1 and not 1.1 for example.  And if 
I tried it as a TeX command, I got so many errors.  Any other ideas on how I 
can enumerate without reset in a particular part of my documentation? 

Thank you very much. 

God bless you all... 

 ---
MARVIN T. PASCUAL
[EMAIL PROTECTED]
Quezon City, Philippines

Reply via email to