colophon

colophon — Text at the back of a book describing facts about its production.

Synopsis

colophon ::= [-]

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • label
  • status

Additional Constraints

  • If this element is the root element, it must have a version attribute.

Description

A colophon, if present, almost always occurs at the very end of a book. It contains factual information about the book, especially about its production, and includes details about typographic style, the fonts used, the paper used, and perhaps the binding method of the book.

Font geeks like Norm think every book should have one.

Processing expectations

Formatted as a displayed block.

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

Parents

These elements contain colophon: article, book, part.

Children

Examples

<book xmlns='http://docbook.org/ns/docbook'>
<title>Example colophon</title>

<colophon>
<para>Draft versions of the first edition of this book were produced
with the DocBook DSSSL Stylesheets. Final production was performed
with Troff.</para>
<para>XSLT and XSL were used to produce the second edition.</para>
</colophon>

</book>
Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)