Possible Duplicate:
Enumerate with Properties
How can I create a list with a mixed listing, i.e. made of a fixed prefix (e.g. a letter) and an auto incremented number. E.g.
A1 my text....
A2 another text;
A3 again text.
Maybe exists such a package that I don't know…
Best Answer
Use
enumitem
.