I would like to skip numbers in a list. Consider the following example:
\begin{enumerate}
\item text1
\item[3.] text2
\item[22.] text3
\end{enumerate}
However, I cannot figure out how to do this in LyX (although it is obvious how to code it in the source code). I tried exporting, then changing and reimporting the document, however LyX doesn't properly read these changes.
A related questions is how to get the symbols in numbering to change in LyX, e.g. from 1., 2., 3., .... to i., ii., iii., ... , as shown below.
\begin{enumerate}[i]
\item text1
\item text2
\end{enumerate}
Thanks!