localghost wrote:I didn't talk about the »equation« counter. This is kept untouched and should be incremented as usual.
Sorry, I misspelled. Of course I meant the enumeration-counter, which I have to unconfortably set manually to a new value by typing e.g.: \setcounter{enumi}{4}
localghost wrote:The concerned counter is called »labelenumi« (where the small »i« stands for theenumeration level in roman numbers, here the first).
I dont understand, how to use labelenumi and what you are meaning with this solution approach? (the small i is no problem)
pooz wrote:[...] I dont understand, how to use labelenumi and what you are meaning with this solution approach? (the small i is no problem)
My fault. I mixed things up. The counter is of course »enumi«. \labelenumi is a command that formats the item label.
Setting the counter manually is the only solution I see at the moment. But you are free to ask the author of enumitem for advice and report new insights here.
Ok, thanks.
So, the conclusion is, if you want to have enumeration over several frames (in beamerclass)
you can´t use enumitem-package, because it causes some problems with beamerclass.
The allowframebreaks,allowdisplaybreaks options causes problems with formulars.
So the result is, I have to manually set the counter. This is very ugly, because when adding/removing an item at an arbitrary place, you have to correct the counter again
pooz wrote:
you can´t use enumitem-package, because it causes some problems with beamerclass.
No. You can still use enumitem, but it seems that labels must be explicitely redefined. To this end, enumitem provides several options. For example, the problematic MWE that you posted before can be sorted out as follows:
pooz wrote:
So the result is, I have to manually set the counter. This is very ugly, because when adding/removing an item at an arbitrary place, you have to correct the counter again
Once solved the problem with enumitem, one may think in the resume option this package provides. Unfortunately, it seems to work inside the same frame, but not in two different frames. Check this: