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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
|
<?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">
<?sdop toc_sections="no"?>
<book>
<chapter><title>Chapter title</title>
<para>
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
A reference to figure <xref linkend="FIGfirst"/>.
</para>
<figure id="FIGfirst">
<title>This is the first figure title.</title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS"/>
</imageobject>
</mediaobject>
</figure>
<para>
This is a paragraph that follows the figure.
Another reference to figure <xref linkend="FIGfirst"/>.
</para>
<?sdop figure_number_format="%s"
figure_title_format="Fig. %s:- " ?>
<figure id="FIGsecond">
<title>This is the second figure title.</title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGsecond"/>.
</para>
<?sdop figure_number_format=""
figure_title_format="" ?>
<figure id="FIGthird">
<title>This is the third figure title.</title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGthird"/>.
</para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS"/>
</imageobject>
</mediaobject>
</informalfigure>
<para>
We can't reference an informal figure.
</para>
<?sdop figure_number_format="%s"
figure_title_format="(%s) " ?>
<figure id="FIGfourth">
<title>This is the fourth figure title.</title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS" align="centre"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGfourth"/>.
</para>
<figure id="FIGfifth">
<title>This is the fifth figure title.</title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS" align="right"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGfifth"/>.
</para>
<figure id="FIGsixth">
<title>This is the sixth figure title. It is a rather long title that is going
to fill several lines. Let us see how it turns out when it is actually printed
below the figure. </title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS" align="centre"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGsixth"/>.
</para>
<?sdop figure_title_justify="left"?>
<figure id="FIGseventh">
<title>This is the seventh figure title. It is a rather long title that is going
to fill several lines. Let us see how it turns out when it is actually printed
below the figure. </title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS" align="centre"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGseventh"/>.
</para>
<?sdop figure_title_justify="both"?>
<figure id="FIGeighth">
<title>This is the eighth figure title. It is a rather long title that is going
to fill several lines. Let us see how it turns out when it is actually printed
below the figure. </title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS" align="centre"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGeighth"/>.
</para>
<?sdop figure_title_justify="centre"
figure_title_width="300"?>
<figure id="FIGninth">
<title>This is the ninth figure title. It is a rather long title that is going
to fill several lines. Let us see how it turns out when it is actually printed
below the figure. </title>
<mediaobject>
<imageobject>
<imagedata fileref="eps1.eps" format="EPS" align="centre"/>
</imageobject>
</mediaobject>
</figure>
<para>
Here's a reference to figure <xref linkend="FIGninth"/>.
</para>
<figure>
<title>This is a figure moved (1.0in,-0.5in).</title>
<mediaobject>
<imageobject role="1in,-0.5in">
<imagedata fileref="eps1.eps" format="EPS"/>
</imageobject>
</mediaobject>
</figure>
</chapter>
</book>
|