formalpara

formalpara — A paragraph with a title.

Synopsis

formalpara ::= [-]

Description

Formal paragraphs have a title.

Processing expectations

Formatted as a displayed block. The title of a formalpara is often rendered as a run-in head.

Children

The following elements occur in formalpara: indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), info (db.titleforbidden.info), info (db.titleonlyreq.info), para, title, titleabbrev.

See Also

Examples

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

<formalpara><title>This Paragraph Has a Title</title>
<para>This is a test.  This is only a test.  Had this been a real
example, it would have made more sense.  Or less.
</para>
</formalpara>

</article>

This is a test. This is only a test. Had this been a real example, it would have made more sense. Or less.

Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)