Hello,
I have a request for a more neat solution, for producing enumerated
lists
of arbitrary type
Lyx is able to display standard enumerations at the top level as
\begin{enumerate}[(a)]
\item
\item
...
\end{enumerate}
However, if I \usepackage{enumerate}
and try this:
\begin{enumerate}[(i)]
\item
\item
...
\end{enumerate}
strange things happen with reLyx:ed code, i.e. neither reLyX nor LyX
can as far as I know handle this issue by default.
ReLyX adds the enumeration tag [(i)] to the visible text and
switches the enumerations to
1.
2.
....
instead of
(i)
(ii)
....
The only way I have succeeded in producing enumarated list of the type, i,ii,iii,...
is by forcing the plain LaTeX code into the text, and by deleting the code produced by
ReLyX.
Does anybody have a more decent solution?
Best,
Staffan