22.1.2.78 oMathPara

This element specifies a math paragraph, or display math zone, that contains one or more oMath elements that are in display mode. The oMath containers of a display math zone are not themselves considered inline math

zones..

[Example:

<m:oMathPara>
  <m:oMath>
    <m:r>
      <m:t>1+1=2</m:t>
    </m:r>
    <m:r>
      <w:br/>
    </m:r>
  </m:oMath>
  <m:oMath>
    <m:r>
      <m:t>2+2=4</m:t>
    </m:r>
  </m:oMath>
</m:oMathPara>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_OMathPara) is located in A.6.1. end note]

Last updated on