DocBook Slides: The Definitive Guide  (Version 0.9.1 for DocBook Slides 5.1)

authorgroup

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

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: bibliomixed, bibliomset, 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.

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>