From 663adaa8612242dfce8c32ae5c7afc6be45c6eb6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Jul 2011 22:18:04 -0700 Subject: Renamed templates from .template to default.. --- default.opendocument | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 default.opendocument (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument new file mode 100644 index 000000000..ca49782f0 --- /dev/null +++ b/default.opendocument @@ -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 From da4d6764698304d766f762df98be1b09a89f23bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Aug 2011 11:09:54 -0700 Subject: Opendocument: use Title class for title. Thanks to bdarcus for the bug report. --- default.opendocument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index ca49782f0..f6003507a 100644 --- a/default.opendocument +++ b/default.opendocument @@ -7,7 +7,7 @@ $endfor$ $if(title)$ -$title$ +$title$ $endif$ $for(author)$ $author$ -- cgit v1.2.3 From aa479cad5b23fc4c95c379b5a57d77239d9e8099 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Aug 2011 11:12:43 -0700 Subject: Opendocument: Remove outline-level attribute. --- default.opendocument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index f6003507a..4135cdea7 100644 --- a/default.opendocument +++ b/default.opendocument @@ -7,7 +7,7 @@ $endfor$ $if(title)$ -$title$ +$title$ $endif$ $for(author)$ $author$ -- cgit v1.2.3 From 0cb55f2289148b106ab78ce8f15efc8d0b8acda0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 Aug 2013 17:06:48 -0700 Subject: opendocument template: fixed office:version. --- default.opendocument | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index 4135cdea7..d659c4913 100644 --- a/default.opendocument +++ b/default.opendocument @@ -1,9 +1,9 @@ - + $automatic-styles$ $for(header-includes)$ $header-includes$ -$endfor$ +$endfor$ $if(title)$ -- cgit v1.2.3 From 605a8d351ef583865e83762a2c6283aacaa8d940 Mon Sep 17 00:00:00 2001 From: Václav Zeman Date: Wed, 25 Sep 2013 01:13:38 +0200 Subject: default.opendocument: Add $font-face-decls$ field. --- default.opendocument | 1 + 1 file changed, 1 insertion(+) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index d659c4913..609c58762 100644 --- a/default.opendocument +++ b/default.opendocument @@ -1,5 +1,6 @@ + $font-face-decls$ $automatic-styles$ $for(header-includes)$ $header-includes$ -- cgit v1.2.3 From 0bb5f9ba204ea242e361c264f019490ead1cf313 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Sep 2013 18:40:52 -0700 Subject: opendocument: Replaced fontface variable with actual declaration. --- default.opendocument | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index 609c58762..afed83b76 100644 --- a/default.opendocument +++ b/default.opendocument @@ -1,6 +1,8 @@ - $font-face-decls$ + + + $automatic-styles$ $for(header-includes)$ $header-includes$ -- cgit v1.2.3 From 09767991b2a8945f5739d47c44d171e37e65e0de Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Apr 2015 21:22:38 -0700 Subject: OpenDocument: use text:p instead of text:h for title. Using text:h causes problems with numbering. See jgm/pandoc#2059. --- default.opendocument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index afed83b76..6a0e11ea1 100644 --- a/default.opendocument +++ b/default.opendocument @@ -10,7 +10,7 @@ $endfor$ $if(title)$ -$title$ +$title$ $endif$ $for(author)$ $author$ -- cgit v1.2.3 From c31874467bb58ac1735dc28af458e7603a166397 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Nov 2015 17:18:33 -0800 Subject: opendocument template: Add "automatic-styles" tag. This allows more customization. See jgm/pandoc#2520. --- default.opendocument | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index 6a0e11ea1..bb01d4bbb 100644 --- a/default.opendocument +++ b/default.opendocument @@ -3,7 +3,9 @@ - $automatic-styles$ + + $automatic-styles$ + $for(header-includes)$ $header-includes$ $endfor$ -- cgit v1.2.3