[EMAIL PROTECTED] wrote:
fo:page-number-citation tags). I were working on my stylesheet and everything was working well. But, once I put a fo:block with the break-before="odd-page" to write my TOC on a new odd page, the leader was not properly aligned anymore ! (notice that it were properly aligned before I added the break-before attribute to the block !).

Well. 1. Which FOP version are you using?

white-space-collapse="false">
            ^^^^^^^^
2. Don't use this.

INDEX DES PROGRAMMES PAR THEME
...
text-align="start"
3. Use
  text-align="justify" text-align-last="justify"

<fo:leader leader-pattern="dots" leader-length="12cm" />
                                         ^^^^^^^
4. Don't use this this way. It's probably best to leave the
defaults (min=0, opt=6pt, max=100%)

<fo:page-number-citation>
<xsl:attribute name="ref-id"><xsl:value-of select="SOUSTHEME" /></xsl:attribute>
5. What's wrong with <fo:page-number-citation ref-id="{SOUSTHEME}"/>?
Also, it is usually more informative to post FO snippets
rather than XSLT snippets. The best way is to post a small,
self-contained FO document.

>      </fo:page-number-citation>&#160;
                                 ^^^^^
6. What's this good for? It's uncommon, at best...

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to