<texstructure> (
TEX Structure)
Description
Description
This element may contain the TeX markup representation of an equation. Currently, such markup must also be enclosed within an XML processing instruction (however, the element is capable or directly holding such markup):
<equation>
<texstructure><?TeX [ {a_i ,b^j } ] = \delta _i^j . ?></texstructure>
...
</equation>
Alternatively, this element can be empty, but reference a file (directly by file path and name, or via an entity declaration) that contains TeX markup:
<texstructure fileref="math/eq1.tex"/>
or:
<!ENTITY eq1 SYSTEM "math/eq1.text" NDATA TEX>
...
<texstructure entityref="eq1/>
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
(only text allowed)
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT texstructure (#PCDATA)>
<!ATTLIST texstructure
%a-group-FileRefAttrs;
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Block-level Content : Maths and Chemistry
General Attributes (shared with other elements)