← Prev in month
← Prev in thread
blank pages between chapters in double sided output
Hello,
I am to format into PDF using FOP 1.0 a document containing many
short chapters(one page in output PDF). I'm using a double sided
output. To suppress the blank pages I use the following in my XSL
stylesheet :
<xsl:param name="double.sided" select="1" />
<xsl:template
name="initial.page.number">auto</xsl:template>
<xsl:template
name="page.number.format">1</xsl:template>
<xsl:template
name="force.page.count">no-force</xsl:template>
This way, the blank pages are removed, but if a chapter starts on
an even page the simple-page-master used is 'body-first' which is
an odd page layout.
I'm using docbook-xsl-ns-1.75.2
Is there a way around this?
--
Maxime
Bégnis
Développeur
Tél: 09.54.96.99.55 - Fax:
09.59.96.99.55
http://www.neodoc.fr/
5, rue de la Touloubre
13770 Venelles
← Prev in month
← Prev in thread