From 70a4509a85149edb486789d0676f2358850b09ca Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 29 Jun 2020 21:55:23 -0700 Subject: Updated templates for pandoc 2.10 --- default.opendocument | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index cc7d330..e34c8d5 100644 --- a/default.opendocument +++ b/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