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 --- docbook-xsl-1.76.1/params/toc.line.properties.xml | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docbook-xsl-1.76.1/params/toc.line.properties.xml (limited to 'docbook-xsl-1.76.1/params/toc.line.properties.xml') diff --git a/docbook-xsl-1.76.1/params/toc.line.properties.xml b/docbook-xsl-1.76.1/params/toc.line.properties.xml new file mode 100644 index 0000000..0886fa4 --- /dev/null +++ b/docbook-xsl-1.76.1/params/toc.line.properties.xml @@ -0,0 +1,44 @@ + + +toc.line.properties +attribute set + + +toc.line.properties +Properties for lines in ToCs and LoTs + + + + + + justify + start + + + + + + +Description + +Properties which are applied to every line in ToC (or LoT). You can +modify them in order to change appearance of all, or some lines. For +example, in order to make lines for chapters bold, specify the +following in your customization layer: + +<xsl:attribute-set name="toc.line.properties"> + <xsl:attribute name="font-weight"> + <xsl:choose> + <xsl:when test="self::chapter">bold</xsl:when> + <xsl:otherwise>normal</xsl:otherwise> + </xsl:choose> + </xsl:attribute> +</xsl:attribute-set> + + + -- cgit v1.2.3