As we know the enumeration usually begin at (1), then followed by (2), (3),...
My question: How to start at (0)? I know \item[(0)] will work, but how do I do this automatically? That is, make it as a default option.
|
I really don't know why one should want it. However, here's a solution with the
|
|||
|
|
enumitempackage just say\setlist[enumerate,1]{start=0}– egreg Mar 4 at 14:36\arabic*is the only format supporting zero – daleif Mar 4 at 14:52