I want to have the counter use roman numbers, so it should be something like:
(i) ...
(ii) ...
(iii) ...
I tried defining a macro \myitem, but it´s not really working. Does any have any ideas?
I want to have the counter use roman numbers, so it should be something like:
(i) ...
(ii) ...
(iii) ...
I tried defining a macro \myitem, but it´s not really working. Does any have any ideas?
\begin{document} \begin{enumerate}[(i)] \item \dots \item \dots \item \dots \end{enumerate} \end{document}`
– LaRiFaRi Jun 15 '15 at 13:30