informalexample
informalexample — A displayed example without a title.
Synopsis
- Sequence of:
info? (db.titleforbidden.info)- One or more of:
annotationbridgeheadremarkrevhistory- Indexing inlines
![[-]](figs/web/nav/down.gif)
- Admonition elements
![[-]](figs/web/nav/down.gif)
- Formal elements
![[-]](figs/web/nav/down.gif)
- Graphic elements
![[-]](figs/web/nav/down.gif)
- Informal elements
![[-]](figs/web/nav/down.gif)
informalequationinformalexampleinformalfigureinformaltable(db.cals.informaltable)informaltable(db.html.informaltable)
- List elements
![[-]](figs/web/nav/down.gif)
- Paragraph elements
![[-]](figs/web/nav/down.gif)
- Publishing elements
![[-]](figs/web/nav/down.gif)
- Synopsis elements
![[-]](figs/web/nav/down.gif)
- Technical elements
![[-]](figs/web/nav/down.gif)
- Verbatim elements
![[-]](figs/web/nav/down.gif)
caption? (db.caption)
Attributes
Additional attributes:
- floatstyle
- At most one of:
- width (nonNegativeInteger)
- pgwide (enumeration)
- “0”
- “1”
Additional Constraints
- If this element is the root element, it must have a version attribute.
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
- floatstyle
Specifies style information to be used when rendering the float
- pgwide
Indicates if the element is rendered across the column or the page
Enumerated values: “0” The element should be rendered in the current text flow (with the flow column width).
“1” The element should be rendered across the full text page.
- width
Specifies the width (in characters) of the element
This element occurs in 75 elements.
This element contains 61 elements.
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>
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";
}
}




![[+]](figs/web/nav/right.gif)