<figure> and <example> tag are included and will be numbered and have titles.
<informalfigure> and <informalexample> will not be numbered.
Examples:
<figure> <title>Revenues for Q1</title> <mediaobject> <imageobject> <imagedata fileref="q1revenue.jpg" format="JPG"/> </imageobject> </mediaobject> </figure> <example> <title>Sample python code</title> <programlisting> print "Hello, world!" </programlisting> </example>