Next in thread →
Next in month →
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
----- Original Message -----
From: "Darya Said-Akbari" <>
To: <>
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:
> For additional commands, e-mail:
>
>
>
Next in thread →
Next in month →