diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 17:18:33 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 17:18:33 -0800 |
commit | c31874467bb58ac1735dc28af458e7603a166397 (patch) | |
tree | 1658aca924121a319663320d5eb541933e144d98 /default.opendocument | |
parent | ef963c30605d7f0558b9cfbf7183f0aa4aad688e (diff) | |
download | pandoc-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.opendocument | 4 |
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$ |