Sometimes, I want to have enumerate lists in LaTeX start at other than the first value (1, a, i, etc.) How can I make an enumerate list start at an arbitrary value?
|
You can change the counter named
(If you have lists at deeper levels of nesting, the relevant counters are |
|||
|
|
|
The |
|||
|
|
|
If you only want to alter the starting value, the easiest way is:
While you can have six layers of nested list environments (itemize, description, enumerate), you can have no more than 4 of one type. The counters enumi through enumiv control the index of each item's label. You can increment (as shown) or decrement (add a negative value) all 4 levels. Note, though, that this won't be entirely arbitrary. Levels enumerated alphabetically cannot have items after an item labeled 'z.' (You could, however, add a negative amount to the appropriate counter to get it back to the `a' label.) (Now that I see the other answer, I wonder why I always opt for the relative |
||||
|
|