Is there some environment like enumerate one, but starting by (a), (b), (c),... instead of (1), (2), (3),...?
write in the preamble:
\renewcommand\theenumi{(\alph{enumi})}
Thanks, Herbert! The method suggested by you works almost fine, as a dot follows (a). On the other hand, it prevents me of using, in the same document, the original enumerate environment. Is it possible to overcome these two inconveniences?
Paul
