[5.0]acknowledgements

acknowledgements — Acknowledgements of a book or other component.

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • label
  • status

Additional Constraints

  • The root element must have a version attribute.

Description

The acknowledgements section of a book or other component provides the author(s) with a place to identify individuals, organizations, and other sources of support and to acknowledge their contributions to the work.

Processing expectations

Formatted as a displayed block. In books, it usually introduces a forced page break and often starts on the next recto page. In smaller components, such as articles, it may simply appear as another section.

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 acknowledgements: article, book, part.

Children [+]

This element contains 64 elements.

Examples

  1 <book xmlns='http://docbook.org/ns/docbook'>
  2 <title>An Example Book</title>
    <info>
  4   <author><personname>
        <firstname>Norman</firstname><surname>Walsh</surname>
  6   </personname></author>
    </info>
  8 
    <acknowledgements>
 10 <para>Many thanks to the hundreds of contributors to the
    example project. In particular, I'd like to thank the following
 12 individuals, without whose contributions, this work would
    not be half as useful:</para>
 14 <itemizedlist>
    <listitem>
 16 <para><personname><firstname>A</firstname>
    <surname>Nonymous</surname></personname>, for …
 18 </para>
    </listitem>
 20 <!-- ... -->
    </itemizedlist>
 22 </acknowledgements>
    
 24 <chapter><title>A Chapter</title>
    <para>The body of the book…</para>
 26 </chapter>
    </book>
Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)