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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book>
<?sdop background_rgb="0.8,0.8,1.0"
page_foot_line_width="840"
page_full_length="620"
page_line_width="810"
paper_size="900x660"
font_main="26"
font_mainmono="24"
font_chapter="32"
font_toc="18,1,serif"
foot_centre_recto=""
foot_centre_verso=""
foot_right_recto="&arabicpage;"
foot_right_verso="&arabicpage;"
ilist_indent="24,24,0"
margin_bottom="20"
margin_left_recto="45"
margin_left_verso="45"
numbertitles="no"
toc_sections="no"
?>
<chapter>
<title>First slide</title>
<itemizedlist>
<listitem>
<para>
First bulleted point.
</para>
</listitem>
<listitem>
<para>
Next bulleted point.
</para>
</listitem>
</itemizedlist>
</chapter>
<chapter>
<figure>
<mediaobject><imageobject>
<imagedata fileref="jpeg2.jpg" >
</imagedata></imageobject></mediaobject>
</figure>
</chapter>
<chapter>
<title>Another slide</title>
<itemizedlist>
<listitem>
<para>
First bulleted point.
</para>
</listitem>
<listitem>
<para>
Next bulleted point.
</para>
</listitem>
</itemizedlist>
</chapter>
</book>
|