On 11/27/05, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> The problem is that you can only set the enumi counter within the
> enumerate environment. To set the first item number the \setcounter
> command must be before the first \item command:
>
> \begin{enumerate}
> \setcounter{enumi}{26}
> \item z
> \item zz
> \item zzz
> \end{enumerate}
>
> But is not possible in LyX to write anything before the first \item
> without, so you need to write the whole enumerate environment in ERT.No, Uwe, it is not necessary that one writes the whole enumerate environment in ERT. See the example at: http://wiki.lyx.org/FAQ/Unsorted#toc59 Paul
