aboutsummaryrefslogtreecommitdiff
path: root/data/docx
diff options
context:
space:
mode:
authorAndrew Dunning <[email protected]>2025-01-31 17:14:01 +0000
committerGitHub <[email protected]>2025-01-31 09:14:01 -0800
commit2aeb09f2547660b53648a877d6c0b9360161e72f (patch)
treef5d1496f91005357383e3036d249f8f83319741c /data/docx
parent57e98a72eb60f726e783a4604ed2f95e02ce0a50 (diff)
Docx title style corrections (#10581)
Base Author and Date styles on Title; remove condensed spacing.
Diffstat (limited to 'data/docx')
-rw-r--r--data/docx/word/styles.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml
index a7babfc6b..58f6b556b 100644
--- a/data/docx/word/styles.xml
+++ b/data/docx/word/styles.xml
@@ -60,8 +60,6 @@
<w:rFonts w:asciiTheme="majorHAnsi"
w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi"
w:cstheme="majorBidi" />
- <w:spacing w:val="-10" />
- <w:kern w:val="28" />
<w:sz w:val="56" />
<w:szCs w:val="56" />
</w:rPr>
@@ -77,8 +75,6 @@
<w:rFonts w:asciiTheme="majorHAnsi"
w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi"
w:cstheme="majorBidi" />
- <w:spacing w:val="-10" />
- <w:kern w:val="28" />
<w:sz w:val="56" />
<w:szCs w:val="56" />
</w:rPr>
@@ -123,23 +119,31 @@
</w:style>
<w:style w:type="paragraph" w:customStyle="1" w:styleId="Author">
<w:name w:val="Author" />
+ <w:basedOn w:val="Title" />
<w:next w:val="BodyText" />
<w:qFormat />
<w:pPr>
<w:keepNext />
<w:keepLines />
- <w:jc w:val="center" />
</w:pPr>
+ <w:rPr>
+ <w:sz w:val="24" />
+ <w:szCs w:val="24" />
+ </w:rPr>
</w:style>
<w:style w:type="paragraph" w:styleId="Date">
<w:name w:val="Date" />
+ <w:basedOn w:val="Title" />
<w:next w:val="BodyText" />
<w:qFormat />
<w:pPr>
<w:keepNext />
<w:keepLines />
- <w:jc w:val="center" />
</w:pPr>
+ <w:rPr>
+ <w:sz w:val="24" />
+ <w:szCs w:val="24" />
+ </w:rPr>
</w:style>
<w:style w:type="paragraph" w:customStyle="1" w:styleId="AbstractTitle">
<w:name w:val="Abstract Title" />