From 0ad52abe8d5bb8259198940ba92792604b8b2e55 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 14 Jun 2005 15:27:05 +0000 Subject: [PATCH] Clarified the use of this parameter with FOP. --- xsl/params/body.start.indent.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/xsl/params/body.start.indent.xml b/xsl/params/body.start.indent.xml index 53242df7a..2807ca65b 100644 --- a/xsl/params/body.start.indent.xml +++ b/xsl/params/body.start.indent.xml @@ -10,12 +10,27 @@ - + + + 0pt + 0pt + 4pc + + Description +This parameter provides +one means of indenting the body text relative to +the left page margin. +It is used in place of the +title.margin.left for +all XSL-FO processors except FOP. +It enables support for side floats to appear +in the indented margin area. + This start-indent property is added to the fo:flow for certain page sequences. Which page-sequences it is applied to is determined by the template named @@ -24,8 +39,18 @@ By default, that template adds it to the flow for page-sequences using the body master-reference, as well as appendixes and prefaces. +If this parameter is used, section titles should have +a start-indent value of 0pt if they are to be +outdented relative to the body text. + + +If you are using FOP, then set this parameter to a zero +width value and set the title.margin.left +parameter to the negative value of the desired indent. + -See also body.end.indent. +See also body.end.indent and +title.margin.left. -- 2.40.0