[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies the document-level properties for all math in the document.
|
Parent Elements |
|
settings (§2.15.1.78) |
|
Child Elements |
Subclause |
|
brkBin (Break on Binary Operators) |
§7.1.2.16 |
|
brkBinSub (Break on Binary Subtraction) |
§7.1.2.17 |
|
defJc (Default Justification) |
§7.1.2.25 |
|
§7.1.2.30 | |
|
interSp (Inter-Equation Spacing) |
§7.1.2.48 |
|
intLim (Integral Limit Locations) |
§7.1.2.49 |
|
intraSp (Intra-Equation Spacing) |
§7.1.2.50 |
|
lMargin (Left Margin) |
§7.1.2.59 |
|
mathFont (Math Font) |
§7.1.2.61 |
|
naryLim (n-ary Limit Location) |
§7.1.2.71 |
|
postSp (Post-Equation Spacing) |
§7.1.2.85 |
|
preSp (Pre-Equation Spacing) |
§7.1.2.86 |
|
rMargin (Right Margin) |
§7.1.2.90 |
|
smallFrac (Small Fraction) |
§7.1.2.98 |
|
wrapIndent (Wrap Indent) |
§7.1.2.120 |
|
wrapRight (Wrap Right) |
§7.1.2.121 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MathPr">
<sequence>
<element name="mathFont" type="CT_String" minOccurs="0"/>
<element name="brkBin" type="CT_BreakBin" minOccurs="0"/>
<element name="brkBinSub" type="CT_BreakBinSub" minOccurs="0"/>
<element name="smallFrac" type="CT_OnOff" minOccurs="0"/>
<element name="dispDef" type="CT_OnOff" minOccurs="0"/>
<element name="lMargin" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="rMargin" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="defJc" type="CT_OMathJc" minOccurs="0"/>
<element name="preSp" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="postSp" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="interSp" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="intraSp" type="CT_TwipsMeasure" minOccurs="0"/>
<choice minOccurs="0">
<element name="wrapIndent" type="CT_TwipsMeasure"/>
<element name="wrapRight" type="CT_OnOff"/>
</choice>
<element name="intLim" type="CT_LimLoc" minOccurs="0"/>
<element name="naryLim" type="CT_LimLoc" minOccurs="0"/>
</sequence>
</complexType>