Uwe Stöhr a écrit : > That is not correct. ERT is not needed for this, also not in LyX 1.3, > 1.4, and 1.5. The correct way is to nest the enumerate into the > theorem, see the UserGuide how nesting is done. > > Nevertheless it is a regression that we now output > > \begin{thm} > name\begin{enumerate} > \item aaa > \end{enumerate} > \end{thm} >
My question was not to obtain this but the following: \begin{thm} \begin{enumerate} \item aaa \end{enumerate} \end{thm} that is without the word "name". How do you do it in lyx? PhC