From f11b8ff0801bab83f3b050557fc195af78c46621 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 May 2020 14:39:52 -0700 Subject: Add abstract and subtitle to opendocument template. With prior changes, this closes #6369. --- data/templates/default.opendocument | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') 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)$ $title$ $endif$ +$if(subtitle)$ +$subtitle$ +$endif$ $for(author)$ $author$ $endfor$ $if(date)$ $date$ $endif$ +$if(abstract)$ +$abstract$ +$endif$ $for(include-before)$ $include-before$ $endfor$ -- cgit v1.2.3