summaryrefslogtreecommitdiff
path: root/sandbox/rst2beamer/test/figure_centering_test.rst
blob: c83a1fa9c9a732005b90894266f962c15e136cb2 (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
Slide 1
=======

Here is a plot using default settings:

.. image:: plot.png


Slide 2
=======

Here is a centered plot:

.. image:: plot.png
    :align: center


Slide 3
=======

Here is a left-aligned plot:

.. image:: plot.png
    :align: left


Slide 4
=======

Here is a right-aligned plot:

.. image:: plot.png
    :align: right


Slide 5
=======

.. image:: plot.png