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/marker.section.level.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docbook-xsl-1.76.1/params/marker.section.level.xml (limited to 'docbook-xsl-1.76.1/params/marker.section.level.xml') diff --git a/docbook-xsl-1.76.1/params/marker.section.level.xml b/docbook-xsl-1.76.1/params/marker.section.level.xml new file mode 100644 index 0000000..70bd4fd --- /dev/null +++ b/docbook-xsl-1.76.1/params/marker.section.level.xml @@ -0,0 +1,50 @@ + + +marker.section.level +integer + + +marker.section.level +Control depth of sections shown in running headers or footers + + + + +2 + + + +Description + +The marker.section.level parameter +controls the depth of section levels that may be displayed +in running headers and footers. For example, if the value +is 2 (the default), then titles from sect1 and +sect2 or equivalent section +elements are candidates for use in running headers and +footers. + +Each candidate title is marked in the FO output with a +<fo:marker marker-class-name="section.head.marker"> +element. + +In order for such titles to appear in headers +or footers, the header.content +or footer.content template +must be customized to retrieve the marker using +an output element such as: + + +<fo:retrieve-marker retrieve-class-name="section.head.marker" + retrieve-position="first-including-carryover" + retrieve-boundary="page-sequence"/> + + + + + -- cgit v1.2.3