Cannot really figure out how to create such a list:
1) List item
2) List item
3) List item
Here's what I have to use so far:
\begin{enumerate}
\item[1)] List item
\item[2)] List item
\item[3)] List item
\end{enumerate}
Without these [1)]..[3)] dots appear instead of parentheses.
Best Answer
An example of how one can do things with
enumitem
: either with global settings or with optional arguments for each individual enumerate environments (these override the global settings):