OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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?

--
NeoDoc
Maxime Bégnis
Développeur
Tél: 09.54.96.99.55 - Fax: 09.59.96.99.55
5, rue de la Touloubre
13770 Venelles


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]