Name

abstract — A summary

Synopsis

abstract ::= ((((title? & titleabbrev?), infodb.titleforbidden.info) | info db.titleonly.info), Paragraph elements+)

Description

An abstract can occur in most components of DocBook. It is expected to contain some sort of summary of the content with which it is associated (by containment).

Processing expectations

Formatted as a displayed block. Sometimes suppressed. Often presented in alternate outputs.

See Also

blockquote, epigraph, sidebar

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example abstract</title>
  <abstract>
    <para>In brief, …
    </para>
  </abstract>
</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.