7.12. Element loe
Instructs XMLmind Ebook Compiler to automatically generate a List of Equations (LOE).
An equation listed in the LOE is a
html:figure
element having ahtml:figcaption
and aclass
attribute containing "role-equation
". See Section 6.4. Equations.
Content model
EMPTY
Attributes
Name | Data type | Default value |
---|---|---|
pagename |
token min. length: 1 |
|
samepage |
boolean |
"false " |
xml:base |
anyURI |
|
xml:id |
ID |
|
xml:lang |
language or "" (the empty string) |
. |
Other attributes: any attribute having a name starting
with "data-
".
Parents
The following elements
contain loe
: backmatter
, frontmatter
.
Example
1 2 3 4 5 6 7 8 | <frontmatter> <toc/> <lof/> <lot/> <lox/> <loe/> <section href="intro.html"/> </frontmatter> |