Staffan Ringbom wrote:
> 
> Hi,
> The default enumeration style in lyx is
> [(1)], [(a)],, [(i)] "number, letter, i" something like this
> 
> 1.
>    a
>         i
>     b
>          i
>          ii
> 2.
> 
> Would like to skip the first level and get directly to the second enumeration depth 
>as default.
> 
> Is there any quick fix (in the LaTeX preamble)??

in latex preamble or anywhere in the text

\renewcommand\labelenumi{\alph{enumi}.}
\renewcommand\labelenumii{\alph{enumi}.\roman{enumii}.}
\renewcommand\labelenumiii{\alph{enumi}.\roman{enumii}.\roman{enumiii}.}

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

Reply via email to