Is there a reason, why on the first pages of a new chapter there is no page number displayed, when in double sided mode (XML style)? If not, could this please be included in the next release?

I added the following line to the 'if-block' in pagesetup.xsl to make this work.

<xsl:when test="$double.sided != 0 and $sequence = 'first' and $position='right'">
<fo:page-number/>
</xsl:when>


Stephan


Reply via email to