<refsynopsisdiv>
<src:fragment id='blockquote.properties.frag'>
<xsl:attribute-set name="blockquote.properties">
-<xsl:attribute name="start-indent">0.5in</xsl:attribute>
-<xsl:attribute name="end-indent">0.5in</xsl:attribute>
+<xsl:attribute name="margin-left">0.5in</xsl:attribute>
+<xsl:attribute name="margin-right">0.5in</xsl:attribute>
<xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
<xsl:attribute name="space-after.optimum">1em</xsl:attribute>
<xsl:attribute name="space-after.maximum">2em</xsl:attribute>
<xsl:attribute name="space-before.maximum"><xsl:value-of
select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
<xsl:attribute name="hyphenate">false</xsl:attribute>
- <xsl:attribute name="start-indent">0pt</xsl:attribute>
+ <xsl:attribute name="start-indent"><xsl:value-of
+ select="$title.margin.left"/></xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
<xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
<xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
- <xsl:attribute name="start-indent">0pt</xsl:attribute>
+ <xsl:attribute name="start-indent"><xsl:value-of
+ select="$title.margin.left"/></xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<src:fragment id='title.margin.left.frag'>
<xsl:param name="title.margin.left">
<xsl:choose>
+ <xsl:when test="$fop.extensions != 0">-4pc</xsl:when>
<xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
<xsl:otherwise>0pt</xsl:otherwise>
</xsl:choose>
<refsect1><title>Description</title>
-<para>This parameter adjusts the left margin for titles,
-effectively leaving the titles at the left
-margin and indenting the body text.
-The default value is -4pc, which means the
+<para>This parameter provides
+one means of adjusting the left margin for titles.
+The left margin of the body region
+is calculated to include this space,
+and titles are outdented to the left by this amount,
+effectively leaving titles at the left margin
+and the body text indented.
+Currently this method is only used for FOP because
+it cannot properly use the <parameter>body.start.indent</parameter>
+parameter.
+the relative
+</para>
+<para>
+The default value for FOP is -4pc, which means the
body text is indented 4 picas relative to
the titles.
+The default value for other processors is 0pt, and
+the body indent is provided by the <parameter>body.start.indent</parameter>
+parameter.
</para>
<para>
If you set the value to zero, be sure to still include
the FO processor will report errors.
</para>
<para>
-This parameter is set to 0pt if the
+This parameter must be set to 0pt if the
<parameter>passivetex.extensions</parameter>
parameter is nonzero because PassiveTeX cannot handle
the math expression with negative values