diff options
author | Ophir Lifshitz <hangfromthefloor@gmail.com> | 2015-07-15 19:11:01 -0400 |
---|---|---|
committer | Ophir Lifshitz <hangfromthefloor@gmail.com> | 2015-07-15 19:11:01 -0400 |
commit | c0c7f8377ddbb528f45573505627ce9d66d6d88f (patch) | |
tree | 8d49b649628b2da39096d6c22088a3f364e700eb /data/docx/word | |
parent | 958a615b759aaa45333bac7f12a2a35b2d8c8b34 (diff) | |
download | pandoc-c0c7f8377ddbb528f45573505627ce9d66d6d88f.tar.gz |
Reference Docx: Correct outlineLvl for Header styles
Not sure if this actually affects anything
Diffstat (limited to 'data/docx/word')
-rw-r--r-- | data/docx/word/styles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 347e7ff07..2d0052bf8 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -176,7 +176,7 @@ <w:keepNext /> <w:keepLines /> <w:spacing w:before="200" w:after="0" /> - <w:outlineLvl w:val="1" /> + <w:outlineLvl w:val="2" /> </w:pPr> <w:rPr> <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> @@ -198,7 +198,7 @@ <w:keepNext /> <w:keepLines /> <w:spacing w:before="200" w:after="0" /> - <w:outlineLvl w:val="1" /> + <w:outlineLvl w:val="3" /> </w:pPr> <w:rPr> <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> @@ -220,7 +220,7 @@ <w:keepNext /> <w:keepLines /> <w:spacing w:before="200" w:after="0" /> - <w:outlineLvl w:val="1" /> + <w:outlineLvl w:val="4" /> </w:pPr> <w:rPr> <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> |