lyx-users  

initial enumerate counter value

Lior Silberman
Fri, 13 Oct 2000 13:46:15 -0700

Hello,

I'd like to have an enumerate environment, starting the count from 5
(rather than 1). The LaTeX effect I'd like to have is:

\begin{enumerate}
\setcounter{enumi}{5}
\item My First Item
\item My Second Item
\end{enumerate}

But in LyX, if I put ERT in the "Enumerate" enivronment, it's put into the
first item and not before it, while if I put it before the start of the
environment it has no effect.

Is there any solution short of manually editing the LaTeX output?

Thanks,
Lior.