The default behaviour for the \begin{enumerate}
tag is to sequentially list the items given by \item
over the numbers {1, 2, 3, 4, …}.
- Is it possible to change this to the alphabet {a, b, c, d, …}
- How about Roman Numerals {i, ii, iii, iv, v, vi, … }
- How is this done?
Note that I use emacs 24.3. Thanks for all the help.
Best Answer
If you use the
enumitem
package, you can easily change the style of the counters.Here is an example using small letters, capital letters, and Roman numbers as counters:
Which results in: