Laurent Duperval wrote:

> Hi,
> 
> I want to create a table with two colomsn, that will look something like
> this:
> 
> Some string       * An enum item
>                     - a sub item
>                     - another sub item


mark the right tablecell as a minipage and insert the code with ERT


\begin{enumerate}
\item * An enum item
   \begin{enumerate}
     \item - a sub item
     \item - another sub item
   \end{enumerate}
\end{enumerate}



Herbert


-- 
http://www.lyx.org/help/

Reply via email to