Add <target> to one more testcase (see r8206).
[docutils.git] / sandbox / slides_tests / image_tests.rst
blob9cf8c5790edcda2cc32de159248772d2e413e37b
1 ==============================\r
2 Images Test for Slides Writers\r
3 ==============================\r
4 \r
5 \r
6 :author: Au Thor\r
7 :date: January 1, 2525\r
8 :organization: Cu U\r
9 \r
11 Slide 1\r
12 =======\r
14 Left-aligned image.\r
16 .. image:: test.png\r
17    :align: left\r
18    :height: 5cm\r
19    :width: 5cm\r
20    :alt: Test Image\r
24 Slide 2\r
25 =======\r
27 Right-aligned image.\r
29 .. image:: test.png\r
30    :align: right\r
31    :height: 5cm\r
32    :width: 5cm\r
33    :alt: Test Image\r
37 Slide 3\r
38 =======\r
40 Center-aligned image.\r
42 .. image:: test.png\r
43    :align: right\r
44    :height: 5cm\r
45    :width: 5cm\r
46    :alt: Test Image\r
49 Slide 4\r
50 =======\r
52 Center-aligned image with caption and legend.\r
54 .. figure:: test.png\r
55    :align: right\r
56    :height: 5cm\r
57    :width: 5cm\r
58    :alt: Test Image\r
60    Caption for Test Figure\r
62    Legend for Test Figure.\r
65 Slide 5\r
66 =======\r
68 Two images in a table.\r
70 .. list-table::\r
72    * + .. image:: test.png\r
73           :width: 90%\r
74      + .. image:: test.png\r
75           :width: 90%\r
79 Slide 6\r
80 =======\r
82 A figure and a list in a table.\r
84 .. list-table::\r
86    * + .. image:: test.png\r
87           :width: 90%\r
88      +  First info\r
89           with some details\r
90           with some details\r
91           with some details\r
92         Second info\r
93           with some details\r
94           with some details\r
95           with some details\r
96         Third info\r
97           with some details\r
98           with some details\r
99           with some details\r