From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../docbook/xsl/params/marker.section.level.xml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 kdoctools/docbook/xsl/params/marker.section.level.xml (limited to 'kdoctools/docbook/xsl/params/marker.section.level.xml') diff --git a/kdoctools/docbook/xsl/params/marker.section.level.xml b/kdoctools/docbook/xsl/params/marker.section.level.xml new file mode 100644 index 000000000..b944f9caf --- /dev/null +++ b/kdoctools/docbook/xsl/params/marker.section.level.xml @@ -0,0 +1,45 @@ + + +marker.section.level +integer + + +marker.section.level +Control depth of sections shown in running headers or footers + + + + + + + + +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