summaryrefslogtreecommitdiffstats
path: root/default.opendocument
diff options
context:
space:
mode:
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$