Name
informalexample — A displayed example without a title
Synopsis
informalexample ::=
(info? db.titleforbidden.info,
(annotation | bridgehead |
remark | revhistory | Indexing inlines | Admonition elements | Formal elements | Graphic elements | Informal elements | List elements | Paragraph elements | Publishing elements | Synopsis elements | Technical elements | Verbatim elements)+,
caption? db.caption)
Attribute synopsis
Common attributes and common linking attributes.
Additional attributes:
floatstylewidth(nonNegativeInteger)
Description
An informalexample is a wrapper for an example
without a title. Examples often contain
programlistings or other large block elements.
Processing expectations
Formatted as a displayed block.
Attributes
Common attributes and common linking attributes.
- floatstyle
Specifies style information to be used when rendering the float
- width
Specifies the width (in characters) of the element
See Also
equation, example, figure, informalequation, informalfigure, informaltable, table
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example informalexample</title>
<informalexample>
<programlisting>
sub print_content_model {
my($self) = shift;
local($_) = shift;
local(*FILE) = shift;
my(@cm) = $self->format_content_model2($_);
foreach $_ (@cm) {
print FILE $self->make_links($_, 1, 1), "\n";
}
}
</programlisting>
</informalexample>
</article>Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access