> is there any possibilities to prevent lyx from resetting the counter of
> enumerated lists when several enumerated lists appear in different
> sections? What I am looking for is the possibility to have a
> continuously numerated list separated with section titles, i.e.:
> 
> a) Section a
> 1. List item #1
> 2. List item #2
> 3. List item #3
> b) Section b
> 4. List item #4
> 5. List item #5
> c) Section c
> 6. List item #6
> 7. List item #7
> 8. List item #8
> ...
> 

If you just have a few items, you can use ERT LaTeX commands.

Put the following in ERT right after each enumeration and it will 
overwrite the current number and keep the correct formatting:   [4.]

No curly braces {}, just square brackets and the number in ERT.

Ed


Reply via email to