aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-15 10:56:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-15 11:04:53 -0700
commit31b650b4ecb0901c1f8ae809165dcffa051855b2 (patch)
tree94f379831b12641a1f5e09ab57712f19f96b7b2a /data
parent2cf971cf56cbcdfcd6ee245df0d6e9811dc3573b (diff)
downloadpandoc-31b650b4ecb0901c1f8ae809165dcffa051855b2.tar.gz
docx writer settings.xml:
- Set zoom to 100% by default. - Align math options more with current Word defaults (e.g. Cambria Math font).
Diffstat (limited to 'data')
-rw-r--r--data/docx/word/settings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/docx/word/settings.xml b/data/docx/word/settings.xml
index fca255b90..5f5ef5bfa 100644
--- a/data/docx/word/settings.xml
+++ b/data/docx/word/settings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="90" />
+ <w:zoom w:percent="100" />
<w:embedSystemFonts />
<w:proofState w:spelling="clean" w:grammar="clean" />
<w:stylePaneFormatFilter w:val="0004" />
@@ -19,16 +19,16 @@
<w:rsids>
</w:rsids>
<m:mathPr>
- <m:mathFont m:val="Lucida Grande" />
+ <m:mathFont m:val="Cambria Math" />
<m:brkBin m:val="before" />
<m:brkBinSub m:val="--" />
- <m:smallFrac m:val="false" />
- <m:dispDef m:val="false" />
+ <m:smallFrac m:val="0" />
+ <m:dispDef />
<m:lMargin m:val="0" />
<m:rMargin m:val="0" />
<m:wrapRight />
<m:intLim m:val="subSup" />
- <m:naryLim 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" />