I have a problem with the indented enumeration. I have tried hangindent also, to no avail. I am getting this:
1. The AdminAssistant selects the Create New Consultation Record op-
___tion.
________2. The system puts up a form asking for the patient name or
___record number.
Sorry I don't know how to do a proper indent here. I would like the wrapping lines of the second enumeration line up with its own indent, not the one above. I would do an example but we are short in time and I don't know how to indent properly on this forum. This is the code:
Code: Select all
\begin{enumerate}[noitemsep,nolistsep]
\newcommand{\indentitem}{\setlength\itemindent{18mm}\item \setlength\itemindent{0mm}}
\item The {\bf AdminAssistant} selects the Create New Consultation Record option.
\indentitem {The system puts up a form asking for the patient name or record number.}
%% And so on %%
/end{enumerate}
Any help is greatly appreciated. We are doing this project and I have come back to this problem time and again for weeks.
This is my first post and first time on the forum, so apologies if I have done something against the rules.
Thanks!