Hi Jason,
I am trying to add mathPr in the CTSettings, but cannot find a place to add the mathPr. Could you please help? I don't know if I did something wrong or there is not place holder for mathPr. I am trying to achieve the following:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <w:settings xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main">
<w:zoom w:percent="100" />
<w:displayBackgroundShape />
<w:proofState w:spelling="clean" />
<w:defaultTabStop w:val="720" />
<w:characterSpacingControl w:val="doNotCompress" />
<w:compat />
- <w:rsids>
<w:rsidRoot w:val="00AE3772" />
<w:rsid w:val="0000039A" />
<w:rsid w:val="00102E4C" />
<w:rsid w:val="00161D2B" />
<w:rsid w:val="0038627D" />
<w:rsid w:val="00733CFE" />
<w:rsid w:val="007B77FA" />
<w:rsid w:val="00917327" />
<w:rsid w:val="00A54763" />
<w:rsid w:val="00AE3772" />
<w:rsid w:val="00C47AEA" />
<w:rsid w:val="00DE33EB" />
<w:rsid w:val="00E61CA0" />
<w:rsid w:val="00EF5523" />
<w:rsid w:val="00F606B9" />
</w:rsids>
- <m:mathPr>
<m:mathFont m:val="Cambria Math" />
<m:brkBin m:val="before" />
<m:brkBinSub m:val="--" />
<m:smallFrac m:val="off" />
<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> <w:themeFontLang w:val="en-US" />
<w:clrSchemeMapping w:bg1="light1" w:t1="dark1" w:bg2="light2" w:t2="dark2" w:accent1="accent1" w:accent2="accent2" w:accent3="accent3" w:accent4="accent4" w:accent5="accent5" w:accent6="accent6" w:hyperlink="hyperlink" w:followedHyperlink="followedHyperlink" />
- <w:shapeDefaults>
- <o:shapedefaults v:ext="edit" spidmax="3074">
<o:colormenu v:ext="edit" fillcolor="none [3204]" />
</o:shapedefaults>
- <o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout>
</w:shapeDefaults>
<w:decimalSymbol w:val="." />
<w:listSeparator w:val="," />
</w:settings>
Thanks!
Betty