-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_deck.xml
More file actions
44 lines (44 loc) · 792 Bytes
/
sample_deck.xml
File metadata and controls
44 lines (44 loc) · 792 Bytes
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
<deck>
<page>
<title>
Sample Deck
</title>
<br></br>
<image>
<path>./images/1.jpg</path>
<scale>0.9</scale>
</image>
</page>
<page>
<head>
xml_deck_gen
</head>
<text>
This product is a Rust application that quickly, easily, and simply generates PDF files of slides.
</text>
<text>Reads XML files and generates PDFs.</text>
</page>
<page>
<head>List</head>
<text>Unordered lists are available.</text>
<ul>
<li>Apple</li>
<li>Banana</li>
<li>Cherry</li>
</ul>
<br></br>
<text>Order lists are also available.</text>
<ol>
<li>Red</li>
<li>Green</li>
<li>Yellow</li>
</ol>
</page>
<page>
<head>Image</head>
<text>Images can also be inserted.</text>
<image>
<path>./images/2.jpg</path>
</image>
</page>
</deck>