I've seen documentation whereby an \alph command is put around the \begin{enumerate} somewhere, but I'm not entirely sure how that operates...
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
I don't really understand the question as applied to itemize, which doesn't use numbers, but for enumerate: Without package you could do it by redefining the command theenumi for formatting the enumi counter. (Also enumii, etc., for nested lists.)
inside the environment.... Or better, you could use a package like enumitem which allows, e.g.,
Use \alph for lowercase letters, \Alph for uppercase, etc. See the package documentation for more info. |
|||||
|
|
|||||||||
|
enumerate. – Caramdir Aug 25 '10 at 9:13