summaryrefslogtreecommitdiffstats
path: root/default.opendocument
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-29 21:55:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-29 21:55:23 -0700
commit70a4509a85149edb486789d0676f2358850b09ca (patch)
tree1d2ddc3942c2702aa7f2c7ed96187899305cd833 /default.opendocument
parent1ebb4f0b555004193380a8ba89331e043e3083ff (diff)
downloadpandoc-templates-70a4509a85149edb486789d0676f2358850b09ca.tar.gz
pandoc-templates-70a4509a85149edb486789d0676f2358850b09ca.zip
Updated templates for pandoc 2.10
Diffstat (limited to 'default.opendocument')
-rw-r--r--default.opendocument6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.opendocument b/default.opendocument
index cc7d330..e34c8d5 100644
--- a/default.opendocument
+++ b/default.opendocument
@@ -14,12 +14,18 @@ $endfor$
14$if(title)$ 14$if(title)$
15<text:p text:style-name="Title">$title$</text:p> 15<text:p text:style-name="Title">$title$</text:p>
16$endif$ 16$endif$
17$if(subtitle)$
18<text:p text:style-name="Subtitle">$subtitle$</text:p>
19$endif$
17$for(author)$ 20$for(author)$
18<text:p text:style-name="Author">$author$</text:p> 21<text:p text:style-name="Author">$author$</text:p>
19$endfor$ 22$endfor$
20$if(date)$ 23$if(date)$
21<text:p text:style-name="Date">$date$</text:p> 24<text:p text:style-name="Date">$date$</text:p>
22$endif$ 25$endif$
26$if(abstract)$
27$abstract$
28$endif$
23$for(include-before)$ 29$for(include-before)$
24$include-before$ 30$include-before$
25$endfor$ 31$endfor$