Name
book — A book
Synopsis
book ::=
((((title? &
titleabbrev? & subtitle?),
info? db.titleforbidden.info) |
info? db.info),
(acknowledgements | appendix |
article | bibliography |
chapter | colophon |
dedication | glossary |
index | part |
preface | reference |
toc)*)
Additional constraints
If this element is the root element, it must have a
versionattribute.
Description
A complete book. This is probably the most common document
starting point in DocBook documents. The content model of
book was made dramatically less restrictive in
DocBook V3.1.
Processing expectations
Formatted as a displayed block. Generally causes a forced page
break, restarts page numbering, and may generate additional front and
back matter (e.g., tables of contents and indexes) automatically. In a
set, book almost always begins
on the next available recto page.
The input order of major components is taken to be the desired output order.
Attributes
Common attributes and common linking attributes.
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
See Also
appendix, article, chapter, colophon, dedication, part, partintro, preface, set
Examples
<book xmlns='http://docbook.org/ns/docbook'> <title>An Example Book</title> <titleabbrev>Example</titleabbrev> <info> <legalnotice><para>No notice is required.</para></legalnotice> <author><personname> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access