<eqArr> (Equation-Array Function)
This element specifies the Equation-Array function, an object consisting of one or more equations that can be vertically justified as a unit respect to surrounding text on the line. Alignment of multiple points within each equation can occur within the equation array.
example: : An example of an equation array with alignment points is:
Notice that the variables, operators, and tens digits of the sums line up properly.
The XML of a simple <eqArr> is:
<m:eqArr>
<m:e>
<m:r>
<m:t>a=b+c</m:t>
</m:r>
</m:e>
<m:e>
<m:r>
<m:t>d+e=f</m:t>
</m:r>
</m:e>
</m:eqArr>
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_EqArr">
<sequence>
<element name="eqArrPr" type="CT_EqArrPr" minOccurs="0"/>
<element name="e" type="CT_OMathArg" maxOccurs="unbounded"/>
</sequence>
</complexType>