I have the following code.
Code: Select all
\begin{enumerate}[(i)]
\item 1st case
\item 2nd case
\item 3rd case
\end{numerate}
Now I want to regroup the two first cases in one item, i.e. the first line would be for example "(i),(ii) cases 1 and 2" or something similar.
Is it possible? I found a lot documentation on how to customize the items but not on this particular question.
Thanks in advance.