I am trying to get inline enumeration in Lyx. It's pretty handy for things like (i) this, (ii) inline, (iii) list.
In plain Latex I use
\usepackage[inline]{enumitem}
and later simply
\begin{enumerate*}
\item bla
\item bla
\end{enumerate*}
The same doesn't work in Lyx and when I try, I get "Too deeply nested" error and the solution here doesn't work in Lyx as there are many other Lyx-made environments in the document already.
How can I get inline lists in Lyx?
paralist? – Bernard Jun 09 '17 at 16:49enumitembroke it somehow. Now I have used Mark's solution and everything works also with inline enumeration. Must make a rule of not trying hard on Friday evenings... – gevra Jun 12 '17 at 14:48