authorgroup

authorgroup — Wrapper for author information when a document has multiple authors or collabarators

Synopsis

authorgroup ::=

Description

The authorgroup element is a wrapper around multiple authors or other collaborators.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes given very special treatment, especially on title pages or other displayed areas. Sometimes suppressed.

Parents

These elements contain authorgroup: biblioentry, bibliomixed, bibliomset, biblioset, info (db.info), info (db.titleforbidden.info), info (db.titleonly.info), info (db.titleonlyreq.info), info (db.titlereq.info).

Children

The following elements occur in authorgroup: author, editor, othercredit.

See Also

author, collab, contrib, editor, othercredit, personblurb, personname

Examples

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

  <authorgroup>
    <author>
      <personname>
        <honorific>Dr.</honorific>
        <firstname>Lois</firstname>
        <surname>Common-Demoninator</surname>
      </personname>
      <affiliation>
        <shortaffil>Director, M. Behn School of Coop. Eng.</shortaffil>
        <jobtitle>Director of Cooperative Efforts</jobtitle>
        <orgname>The Marguerite Behn International School of
        Cooperative Engineering</orgname>
      </affiliation>
    </author>

    <editor>
      <personname>
        <firstname>Peter</firstname>
        <surname>Parker</surname>
        <lineage>Sr.</lineage>
        <othername>Spiderman</othername>
      </personname>
      <personblurb>
        <para>Peter's a super hero in his spare time.</para>
      </personblurb>
    </editor>
  </authorgroup>
</info>

<para>…</para>

</article>

ChangeLog

This alpha reference page is $Revision: 7120 $ published Sun, 22 Jul 2007.