I'm somewhat new to LaTeX. I'm wondering if it is possible to start numbering from a different starting value in the enumerate environment. I have a situation similar to the following:
Code: Select all
\chapter{}
\begin{enumerate}
\item One
\item Two
\item Three
\end{enumerate}
\chapter{}
\begin{enumerate}
\item Four
\item Five
\item Six
\end{enumerate}