aboutsummaryrefslogtreecommitdiff
path: root/data/docx
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-22 10:33:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-22 11:53:31 -0700
commit1e84178431b3fc18de92b86c7f09f4908d955a92 (patch)
tree9426fe16b140310aa5a367d5d2b6c9fb45306e1d /data/docx
parent3bccc08f6c6ac5c3973d67a4e62266c26507033d (diff)
downloadpandoc-1e84178431b3fc18de92b86c7f09f4908d955a92.tar.gz
Docx writer: support --number-sections.
Closes #1413.
Diffstat (limited to 'data/docx')
-rw-r--r--data/docx/word/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml
index 583596266..6bb5a3f52 100644
--- a/data/docx/word/styles.xml
+++ b/data/docx/word/styles.xml
@@ -414,6 +414,10 @@
<w:sz w:val="22" />
</w:rPr>
</w:style>
+ <w:style w:type="character" w:customStyle="1" w:styleId="SectionNumber">
+ <w:name w:val="Section Number" />
+ <w:basedOn w:val="BodyTextChar" />
+ </w:style>
<w:style w:type="character" w:styleId="FootnoteReference">
<w:name w:val="Footnote Reference" />
<w:basedOn w:val="BodyTextChar" />