This is my first post, so hopefully I'm clear, and posting this to the right place.
I'm trying to create an enumerated list, where each list element is multi-lined. I was to align the entire list element about 0.75cm away from the left margin. My current code almost does what I want, except for it only indents the first line of the list element, and not the subsequent lines. Here is my code:
Code: Select all
\begin{enumerate}[leftmargin=0cm,itemindent=.75cm,labelwidth=\itemindent,labelsep=0cm,align=left,label={[\arabic*]}]
\item fadajakdhfjadshfadsjhflahlahdjsakfadfadfhadsjfhalsdjfjasdjfhadsfjhdlkfahdslflhadjfhaldsfh
\item fadajakdhfjadshfadsjhflahlahdjsakfadfadfhadsjfhalsdjfjasdjfhadsfjhdlkfahdslflhadjfhaldsfh
\end{enumerate}
\hangindent
from the hanging package, but it didn't seem to do anything...Any help would be great, thanks in advance for your time