Title: TOC - page numbers not justified
Hi,
 
i think putting your TOC into a table with two columns could
solve the problem...
 
Mark
 
 
-----Ursprüngliche Nachricht-----
Von: Afshartous, Nick [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 27. Februar 2003 15:40
An: '[EMAIL PROTECTED]'
Betreff: TOC - page numbers not justified


Hi,

I'm trying to generate a table of contents using a fragment
similar to the example in Ch 10 of Pawson's book

 <xsl:for-each select="html:html/html:body/html:h1">

          <fo:block text-align-last="justify">
              <xsl:value-of select="."/>
          <fo:inline>
              <fo:leader leader-pattern="dots"/>
              <fo:page-number-citation ref-id="{.}"/>
          </fo:inline>
          </fo:block>

      </xsl:for-each>


The problem I'm seeing though is that the page numbers
in the contents are <<sample.pdf>> not right justified (see attached).  Thanks for any suggestions
on how to resolve this. 
--
    Nick

Reply via email to