This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Double Sided: Page numbers for new Chapters


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]