blob: c404a7fcf21db4b934d0e552e84f5fd54025b436 (
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
58
59
60
61
62
63
64
65
66
67
|
=========================
Test for Slides Writers
=========================
--------
Subtitle
--------
:author: Au Thor
:date: January 1, 2525
:organization: Cu U
Section 1
~~~~~~~~~
Subsection 1.1
``````````````
Slide 1
=======
- These slides have a title, subtitle, sections, and subsections.
- rst2beamer correctly identifies this sectioning
- rst2pdf does not automatically break this into slides,
but the ``-b3`` option can cause it to do so
Slide 2
=======
A slide using a math directive:
.. math::
a = b
Only rst2pdf handles this at the moment
(although rst2beamer can work around this by
using raw latex).
Slide 3
=======
More tests will be added later,
as this document is already too big a challenge for existing writers.
See the other test documents for less demanding tests.
Slide 4
=======
A slide.
Slide 5
=======
A slide.
Slide 6
=======
A slide.
|