[texhax] Nested lists numbering
Lars Madsen
daleif at imf.au.dk
Sun Mar 13 01:23:51 CET 2005
others have already told you about the meaning of \theenumi and \theenumii
you could even use the enumerate package
\usepackage{enumerate}
\begin{enumerate}[1]
\item one
\begin{enumerate}[\theenumi.1]
\item item 1.1
\item item 1.2
\end{enumerate}
\item two
\begin{enumerate}[\theenumi.1]
\item item 2.1
\item item 2.2
\end{enumerate}
...
\end{enumerate}
--
/daleif
``You cannot help men permanently by doing for them
what they could and should do for themselves. ''
-- Abraham Lincoln
More information about the texhax
mailing list