7.13. Element lof
Instructs XMLmind Ebook Compiler to automatically generate a List of Figures (LOF).
A plain figure listed in the LOF is a
html:figurehaving ahtml:figcaptionand noclassattribute or aclassattribute not containing "role-equation" or "role-example".
Content model
EMPTY
Attributes
| Name | Data type | Default value | 
|---|---|---|
| pagename | tokenmin. length: 1 | |
| samepage | boolean | " false" | 
| xml:base | anyURI | |
| xml:id | ID | |
| xml:lang | languageor "" (the empty string) | . | 
Other attributes: any attribute having a name starting
  with "data-".
Parents
The following elements
  contain lof: backmatter, frontmatter.
Example
| 1 2 3 4 5 6 7 8 | <frontmatter> <toc/> <lof/> <lot/> <lox/> <loe/> <section href="intro.html"/> </frontmatter> |