4.4.2 Ordered Lists
Ordered lists are created using the enumerate environment. It has exactly the same format as the itemize environment described above.
We can use the same example as before, only this time use enumerate instead of itemize.
The above input will produce the following output:
As before, the marker for a particular item can be overridden:
Example (Nested):
As with the itemize environment, most classes allow a maximum of four nested enumerate environments.
\begin
{enumerate}
\item
Animal
\begin
{enumerate}
\item
Mammal
\begin
{enumerate}
\item
Placental
\item
Monotreme
\begin
{enumerate}
\item
Platypus
\end
{enumerate}
\item
Marsupial
\begin
{enumerate}
\item
Kangaroo
\item
Koala
\end
{enumerate}
\end
{enumerate}
\item
Reptile
\end
{enumerate}
\item
Vegetable
\item
Mineral
\end
{enumerate}
This book is also available as A4 PDF or 12.8cm x 9.6cm PDF or paperback (ISBN 978-1-909440-00-5).