aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-07-09 22:15:51 -0700
committerJohn MacFarlane <[email protected]>2023-07-09 22:15:51 -0700
commit79091f9910ee23ffdd69ac5592f93313871055da (patch)
treec7127424b60829da5b994c9b2636da67ee377ee6 /src/Text
parentc7c7da3f923b85f7e35ed6634004ff813d0e6889 (diff)
Docx writer: Copy "mirror margins" property from reference.docx.
Closes #8946.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Writers/Docx.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs
index 47a8d9bfc..f2e26322b 100644
--- a/src/Text/Pandoc/Writers/Docx.hs
+++ b/src/Text/Pandoc/Writers/Docx.hs
@@ -506,6 +506,7 @@ writeDocx opts doc = do
-- we do, however, copy some settings over from reference
let settingsPath = "word/settings.xml"
settingsList = [ "zoom"
+ , "mirrorMargins"
, "embedSystemFonts"
, "doNotTrackMoves"
, "defaultTabStop"