I'm using enumitem to have a custom enumeration like this :
Step 1 : first step
Step 2 : second step
I looked up this answer, and adapted it :
\begin{enumerate}[label=\bfseries Step \arabic*:]
\item Elliptic Key Creation :
\item Exchange of Public Elliptic keys
\item MasterSecret Computation
\end{enumerate}
Up to now it's okay.
I now have a margin problem. The text after the \item doesn't shift to the right, and so, as the Step X : is longer than a simple -, the Step X : appears in the margin, like this :

Is there a way to shift this of the length of the \item text ?


www.texdoc.netor runtexdoc enumitemfrom your terminal. No need of reading the entire manual but refer to it when needed. Anyway some times we won't know what key word to search for. So, it is OK to ask questions :) – Sep 25 '15 at 06:50