I have 3 questions concerning the enumaration in Beamerclass.
1.)
How can I continue the numbers in the enumerate-environment, when the next frame should continue with the next subitem, like 1.2 after 1 and 11
Code: Select all
Frame 1:
1.)
1.1)
Frame 2:
1.2)
As a possible workaround for Problem 1: How Can I make LaTeX to automatically add an additional frame, when the text/enumeration in a frame exceeds the space?
3.)
How can I skip a main number and go direct to a subnumber? See example:
Code: Select all
1.)
2.)
3.1)
3.2)