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: Re: [docbook-apps] headers.on.blank.pages


The 'blank' pages that the parameter 'headers.on.blank.pages' refers to
are those controlled by the blank-or-not-blank="blank" property
in fo/pagesetup.xsl.  According to the XSL spec:

"This master is eligible for selection if a page must be generated (e.g. to
maintain
proper page parity at the start or end of the page-sequence) and there are
no areas from the fo:flow to be put on that page."

It doesn't work for your back-of-chapter-title page because that page isn't
the beginning or end of the page sequence, which consists of the entire
chapter.

Are you creating a verso page for the chapter title page setup?
That puts it into the 'titlepage' sequence, and you might be
able to turn off that header in the header.content template
in fo/pagesetup.xsl.  Something like

<xsl:when test="$pageclass = 'titlepage' and $gentext-key = 'chapter'
  and sequence='even'">


Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "anon croaker" <anon_croaker@yahoo.co.uk>
To: "docbook_apps" <docbook-apps@lists.oasis-open.org>
Sent: Sunday, December 14, 2003 9:18 AM
Subject: [docbook-apps] headers.on.blank.pages


> Hi
>
> I seem to be confused over how this parameter works in the Docbook
Stylesheets
> <xsl:param name="headers.on.blank.pages" select="0"/>
>
> I've used a combination of titlepage customisations and
>
> <xsl:attribute-set name="section.level1.properties">
>   <xsl:attribute name="break-before">page</xsl:attribute>
> </xsl:attribute-set>
>
> <xsl:param name="double.sided">1</xsl:param>
>
> Which makes all <chapter> start on an odd page, makes the back of the
chapter page blank and starts the first <section> element under <chapter>
come out on a new odd page on it's own.
>
> The "headers.on.blank.pages" param doesn't seem to work for the back of my
chapter pages. Can someone explain what this param supports and doesn't
support?
>
> Thanks
>
> croaker
>
>
>
> ---------------------------------
>    BT Yahoo! Broadband - Save £80 when you order online today. Hurry!
Offer ends 21st December 2003. The way the internet was meant to be.



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