PDF TOC number appearance

Hi!

see the Screenshot. The alignment of the numbers is not exact. What should i do to fix it?

I use DocBook with Norm's stelysheet version 1.60.1

Here is a part from the toc.line template.

<!-- Unterkapitel sect2 normal -->
    <xsl:when test="local-name(.)='sect2'">
     <fo:block 	text-align-last="justify"
      			end-indent="{$toc.indent.width}pt"
      			last-line-end-indent="-{$toc.indent.width}pt">
      	<fo:inline keep-with-next.within-line="always">
      	  <fo:basic-link internal-destination="{$id}">
	        <xsl:if test="$label != ''">
	          <xsl:copy-of select="$label"/>
	          <xsl:value-of select="$autotoc.label.separator"/>
	        </xsl:if>
          <xsl:apply-templates select="." mode="title.markup"/>
          </fo:basic-link>
        </fo:inline>
        
        <fo:inline keep-together.within-line="always">
          <xsl:text> </xsl:text>
          <fo:leader 	leader-pattern="dots"
			leader-pattern-width="3pt"
			leader-alignment="reference-area"
                 	keep-with-next.within-line="always"/>
          <xsl:text> </xsl:text> 
          <fo:basic-link internal-destination="{$id}">
            <fo:page-number-citation ref-id="{$id}"/>
          </fo:basic-link>
        </fo:inline>
      </fo:block>
    </xsl:when>

CU
Anton

Received on Tuesday, 22 April 2003 04:53:39 UTC