aboutsummaryrefslogtreecommitdiff
path: root/default.opendocument
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-14 17:18:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-14 17:18:33 -0800
commitc31874467bb58ac1735dc28af458e7603a166397 (patch)
tree1658aca924121a319663320d5eb541933e144d98 /default.opendocument
parentef963c30605d7f0558b9cfbf7183f0aa4aad688e (diff)
downloadpandoc-c31874467bb58ac1735dc28af458e7603a166397.tar.gz
opendocument template: Add "automatic-styles" tag.
This allows more customization. See jgm/pandoc#2520.
Diffstat (limited to 'default.opendocument')
-rw-r--r--default.opendocument4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.opendocument b/default.opendocument
index 6a0e11ea1..bb01d4bbb 100644
--- a/default.opendocument
+++ b/default.opendocument
@@ -3,7 +3,9 @@
<office:font-face-decls>
<style:font-face style:name="Courier New" style:font-family-generic="modern" style:font-pitch="fixed" svg:font-family="'Courier New'" />
</office:font-face-decls>
- $automatic-styles$
+ <office:automatic-styles>
+ $automatic-styles$
+ </office:automatic-styles>
$for(header-includes)$
$header-includes$
$endfor$