toc.line.properties attribute-set.
<xsl:apply-templates select="." mode="label.markup"/>
</xsl:variable>
- <fo:block xsl:use-attribute-sets="toc.line.properties"
- end-indent="{$toc.indent.width}pt"
- last-line-end-indent="-{$toc.indent.width}pt">
+ <fo:block xsl:use-attribute-sets="toc.line.properties">
<fo:inline keep-with-next.within-line="always">
<fo:basic-link internal-destination="{$id}">
<xsl:if test="$label != ''">
<xsl:attribute-set name="toc.line.properties">
<xsl:attribute name="text-align-last">justify</xsl:attribute>
<xsl:attribute name="text-align">start</xsl:attribute>
+ <xsl:attribute name="end-indent"><xsl:value-of
+ select="concat($toc.indent.width, 'pt')"/></xsl:attribute>
+ <xsl:attribute name="last-line-end-indent"><xsl:value-of
+ select="concat('-', $toc.indent.width, 'pt')"/></xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>