formalpara
formalpara — A paragraph with a title
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.
Parents
These elements contain formalpara: abstract
, answer
, appendix
, article
, authorblurb
, bibliodiv
, bibliography
, blockquote
, callout
, caption
, caution
, chapter
, colophon
, constraintdef
, dedication
, entry
, epigraph
, example
, footnote
, glossary
, glossdef
, glossdiv
, highlights
, important
, index
, indexdiv
, informalexample
, itemizedlist
, legalnotice
, listitem
, msgexplan
, msgtext
, note
, orderedlist
, partintro
, personblurb
, preface
, printhistory
, procedure
, qandadiv
, qandaset
, question
, refsect1
, refsect2
, refsect3
, refsection
, refsynopsisdiv
, revdescription
, sect1
, sect2
, sect3
, sect4
, sect5
, section
, setindex
, sidebar
, simplesect
, step
, taskprerequisites
, taskrelated
, tasksummary
, td
, textobject
, th
, tip
, variablelist
, warning
.
Examples
<!DOCTYPE formalpara PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<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>
This Paragraph Has a Title.
This is a test. This is only a test. Had this been a real example, it would have made more sense. Or less.
For additional examples, see also para
.