Hi
Attached is a small tex file which contains an enumerate list with
options allowed by enumitem. When I import this into Lyx with
File->Import->Latex(plain) the enumerate options "label=\Roman*" are not
included in the list. I get
[label=\Roman* )]
1. first item
2. second item
with the \Roman as an ERT.
The file I want to import has many, many such enumerations and I really
don't want to have to hand craft each one. Is there another way to get
this code into Lyx where these options are included as such?
Many thanks
--
Steve Hnizdur
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label=\Roman*)]
\item first item
\item second item
\end{enumerate}
\end{document}
--
lyx-users mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-users