From 3fd24182bee64ea2252aa494e5930c9c9924d1d2 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 9 Dec 2010 16:39:22 +0100 Subject: add significance tests to reports, some more report modifications --- .../params/section.level2.properties.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docbook-xsl-1.76.1/params/section.level2.properties.xml (limited to 'docbook-xsl-1.76.1/params/section.level2.properties.xml') diff --git a/docbook-xsl-1.76.1/params/section.level2.properties.xml b/docbook-xsl-1.76.1/params/section.level2.properties.xml new file mode 100644 index 0000000..5dd76e9 --- /dev/null +++ b/docbook-xsl-1.76.1/params/section.level2.properties.xml @@ -0,0 +1,43 @@ + + +section.level2.properties +attribute set + + +section.level2.properties +Properties for level-2 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level-2 section, and therefore apply to +the whole section. This includes sect2 +elements and section elements at level 2. + + +For example, you could start each level-2 section on +a new page by using: +<xsl:attribute-set name="section.level2.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> + + +This attribute set inherits attributes from the +general section.properties attribute set. + + + + -- cgit v1.2.3