summaryrefslogtreecommitdiff
path: root/tests/data/book-multi-docbook5.xml
blob: 5714db93e290c5dcf27ca1ab7221f25ea24d313c (plain)
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?xml version="1.0" encoding="UTF-8"?>
<?asciidoc-toc?>
<?asciidoc-numbered?>

<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
<info>
    <title>Multi-Part Book Title Goes Here</title>
    <date>2003-12</date>
    <author>
        <personname>
            <firstname>Author's</firstname>
            <surname>Name</surname>
        </personname>
    </author>
    <authorinitials>AN</authorinitials>
    <revhistory><revision><revnumber>1.0</revnumber><date>2003-12</date><authorinitials>AN</authorinitials></revision></revhistory>
</info>
<dedication xml:id="_example_dedication">
<title>Example Dedication</title>
<simpara>The optional dedication goes here.</simpara>
<simpara>This document is an AsciiDoc multi-part book skeleton containing
briefly annotated element placeholders plus a couple of example index
entries and footnotes. Books are normally used to generate DocBook
markup and the preface, appendix, bibliography, glossary and index
section titles are significant (<emphasis>specialsections</emphasis>).</simpara>
<note><simpara>Multi-part books differ from all other AsciiDoc document formats
in that top level sections (dedication, preface, book parts,
appendices, bibliography, glossary, index) must be level zero headings
(not level one).</simpara></note>
</dedication>
<preface xml:id="_example_preface">
<title>Example Preface</title>
<simpara>The optional book preface goes here at section level zero.</simpara>
<section xml:id="_preface_sub_section">
<title>Preface Sub-section</title>
<note><simpara>Preface and appendix subsections start out of sequence at level
2 (level 1 is skipped). This only applies to multi-part book
documents.</simpara></note>
</section>
</preface>
<part xml:id="_the_first_part_of_the_book">
<title>The First Part of the Book</title>
<partintro>
<title>Optional part introduction title</title>
<simpara>Optional part introduction goes here.</simpara>
</partintro>
<chapter xml:id="_the_first_chapter">
<title>The First Chapter</title>
<simpara>Chapters can be grouped by preceding them with a level 0 Book Part
title.</simpara>
<simpara>Book chapters are at level 1 and can contain sub-sections nested up to
three deep.
<footnote><simpara>An example footnote.</simpara></footnote>
<indexterm>
  <primary>Example index entry</primary>
</indexterm></simpara>
<simpara>It&#8217;s also worth noting that a book part can have it&#8217;s own preface,
bibliography, glossary and index. Chapters can have their own
bibliography, glossary and index.</simpara>
<simpara>And now for something completely different: <indexterm><primary>monkeys</primary></indexterm>monkeys, lions and
tigers (Bengal and Siberian) using the alternative syntax index
entries.
<indexterm>
  <primary>Big cats</primary><secondary>Lions</secondary>
</indexterm>
<indexterm>
  <primary>Lions</primary>
</indexterm>
<indexterm>
  <primary>Big cats</primary><secondary>Tigers</secondary><tertiary>Bengal Tiger</tertiary>
</indexterm>
<indexterm>
  <primary>Tigers</primary><secondary>Bengal Tiger</secondary>
</indexterm>
<indexterm>
  <primary>Bengal Tiger</primary>
</indexterm>
<indexterm>
  <primary>Big cats</primary><secondary>Tigers</secondary><tertiary>Siberian Tiger</tertiary>
</indexterm>
<indexterm>
  <primary>Tigers</primary><secondary>Siberian Tiger</secondary>
</indexterm>
<indexterm>
  <primary>Siberian Tiger</primary>
</indexterm>
Note that multi-entry terms generate separate index entries.</simpara>
<simpara>Here are a couple of image examples: an <inlinemediaobject>
  <imageobject>
  <imagedata fileref="images/smallnew.png"/>
  </imageobject>
  <textobject><phrase>images/smallnew.png</phrase></textobject>
</inlinemediaobject>
example inline image followed by an example block image:</simpara>
<figure><title>Tiger block image</title>
<mediaobject>
  <imageobject>
  <imagedata fileref="images/tiger.png"/>
  </imageobject>
  <textobject><phrase>Tiger image</phrase></textobject>
</mediaobject>
</figure>
<simpara>Followed by an example table:</simpara>
<table
frame="all"
rowsep="1" colsep="1"
>
<title>An example table</title>
<?dbhtml table-width="60%"?>
<?dbfo table-width="60%"?>
<?dblatex table-width="60%"?>
<tgroup cols="2">
<colspec colname="col_1" colwidth="128*"/>
<colspec colname="col_2" colwidth="128*"/>
<thead>
<row>
<entry align="left" valign="top"> Option          </entry>
<entry align="left" valign="top"> Description</entry>
</row>
</thead>
<tbody>
<row>
<entry align="left" valign="top"><simpara>-a <emphasis>USER GROUP</emphasis></simpara></entry>
<entry align="left" valign="top"><simpara>Add <emphasis>USER</emphasis> to <emphasis>GROUP</emphasis>.</simpara></entry>
</row>
<row>
<entry align="left" valign="top"><simpara>-R <emphasis>GROUP</emphasis></simpara></entry>
<entry align="left" valign="top"><simpara>Disables access to <emphasis>GROUP</emphasis>.</simpara></entry>
</row>
</tbody>
</tgroup>
</table>
<example>
<title>An example example</title>
<simpara>Lorum ipum&#8230;</simpara>
</example>
<section xml:id="X1">
<title>Sub-section with Anchor</title>
<simpara>Sub-section at level 2.</simpara>
<section xml:id="_chapter_sub_section">
<title>Chapter Sub-section</title>
<simpara>Sub-section at level 3.</simpara>
<section xml:id="_chapter_sub_section_2">
<title>Chapter Sub-section</title>
<simpara>Sub-section at level 4.</simpara>
<simpara>This is the maximum sub-section depth supported by the distributed
AsciiDoc configuration.
<footnote><simpara>A second example footnote.</simpara></footnote></simpara>
</section>
</section>
</section>
</chapter>
<chapter xml:id="_the_second_chapter">
<title>The Second Chapter</title>
<simpara>An example link to anchor at start of the <link linkend="X1">first sub-section</link>.
<indexterm>
  <primary>Second example index entry</primary>
</indexterm></simpara>
<simpara>An example link to a bibliography entry <xref linkend="taoup"/>.</simpara>
</chapter>
</part>
<part xml:id="_the_second_part_of_the_book">
<title>The Second Part of the Book</title>
<chapter xml:id="_the_first_chapter_of_the_second_part">
<title>The First Chapter of the Second Part</title>
<simpara>Chapters grouped into book parts are at level 1 and can contain
sub-sections.</simpara>
</chapter>
</part>
<appendix xml:id="_example_appendix">
<title>Example Appendix</title>
<simpara>One or more optional appendixes go here at section level zero.</simpara>
<section xml:id="_appendix_sub_section">
<title>Appendix Sub-section</title>
<note><simpara>Preface and appendix subsections start out of sequence at level
2 (level 1 is skipped).  This only applies to multi-part book
documents.</simpara></note>
</section>
</appendix>
<bibliography xml:id="_example_bibliography">
<title>Example Bibliography</title>
<simpara>The bibliography list is a style of AsciiDoc bulleted list.</simpara>
<bibliodiv>
<bibliomixed>
<bibliomisc>
<anchor xml:id="taoup" xreflabel="[taoup]"/>[taoup] Eric Steven Raymond. <emphasis>The Art of Unix
  Programming</emphasis>. Addison-Wesley. ISBN 0-13-142901-9.
</bibliomisc>
</bibliomixed>
<bibliomixed>
<bibliomisc>
<anchor xml:id="walsh-muellner" xreflabel="[walsh-muellner]"/>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
  <emphasis>DocBook - The Definitive Guide</emphasis>. O&#8217;Reilly &amp; Associates. 1999.
  ISBN 1-56592-580-7.
</bibliomisc>
</bibliomixed>
</bibliodiv>
</bibliography>
<glossary xml:id="_example_glossary">
<title>Example Glossary</title>
<simpara>Glossaries are optional. Glossaries entries are an example of a style
of AsciiDoc labeled lists.</simpara>
<glossentry>
<glossterm>
A glossary term
</glossterm>
<glossdef>
<simpara>
  The corresponding (indented) definition.
</simpara>
</glossdef>
</glossentry>
<glossentry>
<glossterm>
A second glossary term
</glossterm>
<glossdef>
<simpara>
  The corresponding (indented) definition.
</simpara>
</glossdef>
</glossentry>
</glossary>
<colophon xml:id="_example_colophon">
<title>Example Colophon</title>
<simpara>Text at the end of a book describing facts about its production.</simpara>
</colophon>
<index xml:id="_example_index">
<title>Example Index</title>
</index>
</book>