aboutsummaryrefslogtreecommitdiff
path: root/default.opendocument
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-12 21:22:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-12 21:22:38 -0700
commit09767991b2a8945f5739d47c44d171e37e65e0de (patch)
treebd15ff79a11a458b117801d931bf9bfba1a3651a /default.opendocument
parent7846f08b61167b0364722d440e06a432ade85303 (diff)
downloadpandoc-09767991b2a8945f5739d47c44d171e37e65e0de.tar.gz
OpenDocument: use text:p instead of text:h for title.
Using text:h causes problems with numbering. See jgm/pandoc#2059.
Diffstat (limited to 'default.opendocument')
-rw-r--r--default.opendocument2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.opendocument b/default.opendocument
index afed83b76..6a0e11ea1 100644
--- a/default.opendocument
+++ b/default.opendocument
@@ -10,7 +10,7 @@ $endfor$
<office:body>
<office:text>
$if(title)$
-<text:h text:style-name="Title">$title$</text:h>
+<text:p text:style-name="Title">$title$</text:p>
$endif$
$for(author)$
<text:p text:style-name="Author">$author$</text:p>