How can I horizontally align \begin{enumerate}
more to the right? At the moment I'm using the code below:
\begin{enumerate}
\item sometext
\item sometext
\item sometext
\end{enumerate}
But it goes too left in my document. I would like to add some horizontal space to the left, so that the list would be more center on the page…any advices? =) Thank you for any help!
Best Answer
The
enumitem
package is a good one to load for all kinds of customisation of list environments:You can also set the
leftmargin
value for allenumerate
environments within the current scope by using\setlist
: