李猛 wrote:

> In the enumerate environment, I want to continue the number of order from
> last frame. like:
> Slide
> 1.
> 2.
> New slide
> 3.
> 4.
> how can I do this?
> The \setcounter{enumi}{3} don't work in lyx?

\setcounter must be inside the enumeration. The following should do:

Slide
1.
2.
New slide
3.<ERT>[3.]\setcounter{enumi}{3}</ERT>
4.

HTH,
Jürgen


Reply via email to