diff options
| author | John MacFarlane <[email protected]> | 2023-03-17 20:06:17 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-17 20:06:17 -0700 |
| commit | 80e750aa5e7ac03add8a3ef5a8f2725b1d0ff901 (patch) | |
| tree | 1f50cdc1eba8b12886d70f7144ee3d0b46b0b887 /data | |
| parent | a23d14079c056af3c63d7903dfd17b30c1e1b8d6 (diff) | |
Docx writer: include abstract title.
Closes #8702.
Uses localized term for abstract.
Diffstat (limited to 'data')
| -rw-r--r-- | data/docx/word/styles.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 832b1b25b..578c3ba5d 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -99,6 +99,24 @@ <w:jc w:val="center" /> </w:pPr> </w:style> + <w:style w:type="paragraph" w:customStyle="1" w:styleId="AbstractTitle"> + <w:name w:val="Abstract Title" /> + <w:basedOn w:val="Normal" /> + <w:next w:val="Abstract" /> + <w:qFormat /> + <w:pPr> + <w:keepNext /> + <w:keepLines /> + <w:jc w:val="center" /> + <w:spacing w:before="300" w:after="0" /> + </w:pPr> + <w:rPr> + <w:sz w:val="20" /> + <w:szCs w:val="20" /> + <w:b /> + <w:color w:val="345A8A" />> + </w:rPr> + </w:style> <w:style w:type="paragraph" w:customStyle="1" w:styleId="Abstract"> <w:name w:val="Abstract" /> <w:basedOn w:val="Normal" /> @@ -107,7 +125,7 @@ <w:pPr> <w:keepNext /> <w:keepLines /> - <w:spacing w:before="300" w:after="300" /> + <w:spacing w:before="100" w:after="300" /> </w:pPr> <w:rPr> <w:sz w:val="20" /> |
