diff options
-rw-r--r-- | data/templates/default.opendocument | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/templates/default.opendocument b/data/templates/default.opendocument index cc7d33002..e34c8d500 100644 --- a/data/templates/default.opendocument +++ b/data/templates/default.opendocument @@ -14,12 +14,18 @@ $endfor$ $if(title)$ <text:p text:style-name="Title">$title$</text:p> $endif$ +$if(subtitle)$ +<text:p text:style-name="Subtitle">$subtitle$</text:p> +$endif$ $for(author)$ <text:p text:style-name="Author">$author$</text:p> $endfor$ $if(date)$ <text:p text:style-name="Date">$date$</text:p> $endif$ +$if(abstract)$ +$abstract$ +$endif$ $for(include-before)$ $include-before$ $endfor$ |