22.1.2.62 mathPr

This element specifies the document-level properties for all math in the document.

[Example:

<m:mathPr>
  <m:mathFont m:val="Cambria Math"/>
  <m:brkBin m:val="before"/>
  <m:brkBinSub m:val="--"/>
  <m:smallFrac m:val="0"/>
  <m:dispDef/>
  <m:lMargin m:val="0"/>
  <m:rMargin m:val="0"/>
  <m:defJc m:val="centerGroup"/>
  <m:wrapIndent m:val="1440"/>
  <m:intLim m:val="subSup"/>
  <m:naryLim m:val="undOvr"/>
</m:mathPr>

These are the default settings for the math properties element and its children.

end example]

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

Last updated on