Name

author — The name of an individual author

Synopsis

author ::= ((personname, (address | affiliation | contrib | email | personblurb | uri)*) | (orgname, (address | affiliation | contrib | email | orgdiv | uri)*))

Description

The author element holds information about the author of a document. When inside one of the bibliographic elements, author refers to the author of the document described by that element. Otherwise, it refers to the author of the current document or document section.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

See Also

authorgroup, collab, contrib, editor, othercredit, personblurb, personname

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example author</title>

  <author>
    <personname>
      <honorific>Mr</honorific>
      <firstname>Norman</firstname>
      <surname>Walsh</surname>
      <othername role='mi'>D</othername>
    </personname>
    <affiliation>
      <shortaffil>ATI</shortaffil>
      <jobtitle>Senior Application Analyst</jobtitle>
      <orgname>ArborText, Inc.</orgname>
      <orgdiv>Application Development</orgdiv>
    </affiliation>
  </author>
</info>

<para>…</para>

</article>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.