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
|
<?sdop toc_sections="yes,no"?>
<preface>
<title>Preface</title>
<para>
This is a very short preface.
</para>
</preface>
<chapter id="CHAPone">
<title>First</title>
<para>
This is the start of chapter 1.
<indexterm>
<primary>fox</primary>
</indexterm>
<indexterm id="ID" class="startofrange">
<primary>All of it</primary>
</indexterm>
<indexterm>
<primary>goose</primary>
<see>fox</see>
</indexterm>
<indexterm>
<primary>Something rather long to fill column with lots of text</primary>
</indexterm>
</para>
<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.
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.
The quick brown fox jumps over the lazy dog.
</para>
<para>
Put in some stuff to get down near the end of the page.
</para>
<literallayout>
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
a
b
c
d
e
f
g
h
i
j
k
l
m
</literallayout>
<para>
Now start a new section here.
<indexterm>
<primary>start</primary>
</indexterm>
</para>
<section id="SECTone">
<title>Section</title>
<para>
This is a section near the end of a page.
</para>
</section>
</chapter>
<chapter id="CHAPtwo">
<title>Second</title>
<para>
This is chapter 2.
<indexterm>
<primary>second chapter</primary>
</indexterm>
<indexterm>
<primary>Something rather long to fill column with lots of text</primary>
</indexterm>
</para>
</chapter>
<chapter id="CHAPthree">
<title>Third</title>
<para>
This is chapter 3.
<indexterm>
<primary>Something rather long to fill column with lots of text</primary>
</indexterm>
</para>
<section id="SECTtwo">
<title>Section</title>
<para>
This is a section, let’s reference chapter <xref linkend="CHAPone"/>. Followed by some
additional text to fill out a paragraph.
<indexterm>
<primary>additional</primary>
</indexterm>
<indexterm>
<primary>fox</primary>
</indexterm>
</para>
<para>
<emphasis role="rgb=1,0,0">Red reference <xref linkend="CHAPone"/> and </emphasis>
black reference <xref linkend="CHAPtwo"/> and more text to ensure that the line gets
stretched.....
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.
Refer to section <xref linkend="SECTone"/>, which is near the bottom of a page.
</para>
<para>
<indexterm startref="ID" class="endofrange"/>
</para>
</section>
</chapter>
<index>
<title>Index</title>
</index>
|