I'm having trouble enumerating with the enumitem package.
While the command \item produces the enumeration, I cannot seem to do nasty enumeration.
For example:
1. ..... i. ii. iii. etc. I insert the command \begin{enumerate} \end{enumerate} but it does not compile and says that this command is not recognised. The \usepackage{enumerate} is loaded in the preamble, as well as the \usepackage{enumitem}.
How can I fix that?
Here is what I'm doing:
\begin{enumerate}[label=\textbf{\arabic*}.] \item .... \begin{enumerate}[(a)] \item ..... \end{enumerate} \end{enumerate} When I do this, well LaTeX says " I do not recognise ... Please read the manual for instructions"
