aboutsummaryrefslogtreecommitdiff
path: root/data/docx
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-16 09:48:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-16 09:48:05 -0800
commit41d1ae0fdde099bd902607c577a6eca5a9ed3f22 (patch)
tree1430316d5771d63b5ba8467bbdb317fc2acb1c63 /data/docx
parent72666f333174c55a45425925bc6389312b7dc841 (diff)
downloadpandoc-41d1ae0fdde099bd902607c577a6eca5a9ed3f22.tar.gz
Change styles in reference.docx.
All headings now have a uniform color. Level-1 headings no longer set `w:themeShade="B5"`. Level-2 headings are now 14 point rather than 16 point. Level-3 headings are now 12 point rather than 14 point. Level-4 headings are italic rather than bold. Closes #5820.
Diffstat (limited to 'data/docx')
-rw-r--r--data/docx/word/styles.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml
index 887b43126..583596266 100644
--- a/data/docx/word/styles.xml
+++ b/data/docx/word/styles.xml
@@ -138,7 +138,7 @@
<w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" />
<w:b />
<w:bCs />
- <w:color w:val="345A8A" w:themeColor="accent1" w:themeShade="B5" />
+ <w:color w:val="4F81BD" w:themeColor="accent1" />
<w:sz w:val="32" />
<w:szCs w:val="32" />
</w:rPr>
@@ -161,8 +161,8 @@
<w:b />
<w:bCs />
<w:color w:val="4F81BD" w:themeColor="accent1" />
- <w:sz w:val="32" />
- <w:szCs w:val="32" />
+ <w:sz w:val="28" />
+ <w:szCs w:val="28" />
</w:rPr>
</w:style>
<w:style w:type="paragraph" w:styleId="Heading3">
@@ -183,8 +183,8 @@
<w:b />
<w:bCs />
<w:color w:val="4F81BD" w:themeColor="accent1" />
- <w:sz w:val="28" />
- <w:szCs w:val="28" />
+ <w:sz w:val="24" />
+ <w:szCs w:val="24" />
</w:rPr>
</w:style>
<w:style w:type="paragraph" w:styleId="Heading4">
@@ -202,7 +202,7 @@
</w:pPr>
<w:rPr>
<w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" />
- <w:b />
+ <w:i />
<w:bCs />
<w:color w:val="4F81BD" w:themeColor="accent1" />
<w:sz w:val="24" />
@@ -224,7 +224,6 @@
</w:pPr>
<w:rPr>
<w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" />
- <w:i />
<w:iCs />
<w:color w:val="4F81BD" w:themeColor="accent1" />
<w:sz w:val="24" />