From ac3dc50580d7185d18dd4916782904fd733b3bfd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 09:29:34 -0800 Subject: Initial commit, 2.0.5 --- default.opendocument | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 default.opendocument (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument new file mode 100644 index 0000000..e0bc5c1 --- /dev/null +++ b/default.opendocument @@ -0,0 +1,161 @@ + + + + + + + $automatic-styles$ + +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$if(title)$ +$title$ +$endif$ +$for(author)$ +$author$ +$endfor$ +$if(date)$ +$date$ +$endif$ +$for(include-before)$ +$include-before$ +$endfor$ +$if(toc)$ + + + + $toc-title$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + + -- cgit v1.2.3