Monday, October 11, 2010

Mucking with enumerate

To alter the starting number for any enumerate counter, use the following
\setcounter{enumi}{n-1}
where n is the starting number you want your list to show.

Note that there are enumi, enumii, enumiii and enumiv to handle the four-level nested enumerate environment.

No comments: