[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] How to turn off page numbering and blank pages on my title pages?
You will need to customize the footer.content template from
fo/pagesetup.xsl. It has:
<xsl:choose>
<xsl:when test="$pageclass = 'titlepage'">
<!-- nop; no footer on title pages -->
</xsl:when>
The $pageclass parameter in this context is the name of the page-master,
which for your documents is no longer 'titlepage'. Substitute your own
name there.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net
----- Original Message -----
From: "Darya Said-Akbari" <darya_akbari@yahoo.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Friday, October 27, 2006 2:43 AM
Subject: [docbook-apps] How to turn off page numbering and blank pages on
my title pages?
> Hi,
>
> I use a customized page master for my first title
> page.
>
> My title pages show page numbers 2,3,4 and TOC
> continues with V, VI ... which looks a little bit
> strange.
>
> I like to remove the title page page number at all and
> like to know while I am at title pages how I can
> remove the blank pages.
>
> Regards
> Darya
>
>
>
>
> ___________________________________________________________
> Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]