*** /usr/share/docbook-xsl/fo/param.xsl	Thu May 26 20:15:43 2005
--- param.xsl	Thu May 26 20:14:54 2005
***************
*** 95,102 ****
  <xsl:attribute-set name="component.title.properties">
    <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
    <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
!   <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></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-set>
--- 95,102 ----
  <xsl:attribute-set name="component.title.properties">
    <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
    <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
!   <xsl:attribute name="space-before.minimum"><xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text></xsl:attribute>
!   <xsl:attribute name="space-before.maximum"><xsl:value-of select="$body.font.master * 1.2"/><xsl:text>pt</xsl:text></xsl:attribute>
    <xsl:attribute name="hyphenate">false</xsl:attribute>
    <xsl:attribute name="start-indent">0pt</xsl:attribute>
  </xsl:attribute-set>
***************
*** 257,264 ****
    <xsl:attribute name="font-weight">bold</xsl:attribute>
    <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
    <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
!   <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
!   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
  </xsl:attribute-set>
  <xsl:attribute-set name="index.entry.properties">
  </xsl:attribute-set>
--- 257,264 ----
    <xsl:attribute name="font-weight">bold</xsl:attribute>
    <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
    <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
!   <xsl:attribute name="space-before.minimum"><xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text></xsl:attribute>
!   <xsl:attribute name="space-before.optimum"><xsl:value-of select="$body.font.master * 1.2"/><xsl:text>pt</xsl:text></xsl:attribute>
  </xsl:attribute-set>
  <xsl:attribute-set name="index.entry.properties">
  </xsl:attribute-set>
