$Revision: 1.3 $
$Date: 2002/06/12 11:18:06 $
colophon — Text at the back of a book describing facts about its production
colophon ::= ((title,subtitle?,titleabbrev?)?, (calloutlist|glosslist|itemizedlist|orderedlist|segmentedlist| simplelist|variablelist|caution|important|note|tip|warning| literallayout|programlisting|programlistingco|screen|screenco| screenshot|formalpara|para|simpara|blockquote)+)
Name |
Type |
Default |
status | CDATA | None |
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.
Formatted as a displayed block.
These elements contain colophon: book.
The following elements occur in colophon: blockquote, calloutlist, caution, formalpara, glosslist, important, itemizedlist, literallayout, note, orderedlist, para, programlisting, programlistingco, screen, screenco, screenshot, segmentedlist, simpara, simplelist, subtitle, tip, title, titleabbrev, variablelist, warning.
Status identifies the editorial or publication status of the Colophon.
Publication status might be used to control formatting (for example, printing a “draft” watermark on drafts) or processing (perhaps a document with a status of “final” should not include any components that are not final).
<!DOCTYPE colophon PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <colophon> <para> Draft versions of this book were produced with the DocBook DSSSL Stylesheets. Final production was performed with Troff. </para> </colophon>