diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-10 15:06:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 15:06:38 -0400 |
commit | 46061ea0232d18f5b030e940bcbba160f8fba640 (patch) | |
tree | 4d2a5be5e9a9ef01d160fb6330a657b81cb64bb6 /src/Text/Pandoc/Writers/Docx.hs | |
parent | 7ada0d11aa2756d05933c01644d87882fdd5926c (diff) | |
parent | cdb9efa823db2fea051ebd25707facaee64847b8 (diff) | |
download | pandoc-46061ea0232d18f5b030e940bcbba160f8fba640.tar.gz |
Merge pull request #3963 from agusmba/issue3901
docx writer - activate evenAndOddHeaders from reference doc
Diffstat (limited to 'src/Text/Pandoc/Writers/Docx.hs')
-rw-r--r-- | src/Text/Pandoc/Writers/Docx.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs index 6102d97ed..f19621744 100644 --- a/src/Text/Pandoc/Writers/Docx.hs +++ b/src/Text/Pandoc/Writers/Docx.hs @@ -549,6 +549,7 @@ writeDocx opts doc@(Pandoc meta _) = do , "w:consecutiveHyphenLimit" , "w:hyphenationZone" , "w:doNotHyphenateCap" + , "w:evenAndOddHeaders" ] settingsEntry <- copyChildren refArchive distArchive settingsPath epochtime settingsList |