From 7d595bbea0a76362b60e6bd4ba48c8123b3d95a0 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Thu, 20 Oct 2011 13:57:53 +0530 Subject: [PATCH] OrgOdtContentTemplate.xml: Added custom table styles * contrib/odt/styles/OrgOdtContentTemplate.xml: Added styles for working with applying table templates. The exporter with it's factory settings doesn't depend on the availability of these styles for formatting - i.e., these styles should ideally be created by the user himself depending on his tastes. However considering the complexity & verbosity of these styles these have been included to: - illustrate how the table templating facilitites can be exploited by the user - enable unit-testing of table template changes Complements the following commit: ,---- | commit e73bca63cf658f8cb659ab6d00e4e93afaba8b42 | Author: Jambunathan K | Date: Tue Sep 13 19:37:13 2011 +0530 | | org-odt.el: Support for styling of tables using table templates `---- --- contrib/odt/styles/OrgOdtContentTemplate.xml | 68 ++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/contrib/odt/styles/OrgOdtContentTemplate.xml b/contrib/odt/styles/OrgOdtContentTemplate.xml index 0ba78c0d5..0b62dc247 100644 --- a/contrib/odt/styles/OrgOdtContentTemplate.xml +++ b/contrib/odt/styles/OrgOdtContentTemplate.xml @@ -123,6 +123,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.4.GIT