From d095685bde2f938f6282692adc27bf59d0fb4803 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Jul 2011 12:02:59 -0700 Subject: Initial commit --- opendocument.template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 opendocument.template (limited to 'opendocument.template') diff --git a/opendocument.template b/opendocument.template new file mode 100644 index 000000000..ca49782f0 --- /dev/null +++ b/opendocument.template @@ -0,0 +1,27 @@ + + + $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$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + + -- cgit v1.2.3