[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] FO long titles on sections
This is a bug that was fixed by version 1.71.1,
caused by this attribute-set in fo/titlepage.xsl:
<xsl:attribute-set
name="section.titlepage.recto.style">
<xsl:attribute name="keep-together">always</xsl:attribute> </xsl:attribute-set> The use of "keep-together" without the
".within-column" qualifier implies all keep types, including
"keep-together.within-line", which causes the runover. If you want to
continue with 1.68.1, then add this to your customization layer:
<xsl:attribute-set
name="section.titlepage.recto.style">
<xsl:attribute name="keep-together.within-column">always</xsl:attribute> <xsl:attribute
name="keep-together.within-line">auto</xsl:attribute>
</xsl:attribute-set>
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]