blob: 8a1d6e7ef238742b29489db0d62a99890b5a137e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
=========================
Test 3 for Slides Writers
=========================
Section 1
~~~~~~~~~
Slide 1
=======
- These slides have a title but no subtitle.
- There are sections but no subsections.
- Which means all slides must be in a section!
(For sectioning consistency.)
- rst2beamer currently identifies all this
sectioning correctly (but only because there is no subtitle).
- No other writer correctly handles the sectioning.
Slide 2
=======
A slide in the same section.
Section 2
~~~~~~~~~
Slide 3
=======
A slide in a new section.
Slide 4
=======
A slide.
Section 3
~~~~~~~~~
Slide 5
=======
A slide.
Slide 6
=======
A slide.
|