atom feed2 messages in org.oasis-open.lists.docbook-apps[SPAM] Re: [docbook-apps] How to turn...
FromSent OnAttachments
Darya Said-AkbariOct 27, 2006 2:43 am 
Bob StaytonOct 28, 2006 12:06 pm 
Subject:[SPAM] Re: [docbook-apps] How to turn off page numbering and blank pages on my title pages?
From:Bob Stayton (bo@sagehill.net)
Date:Oct 28, 2006 12:06:28 pm
List:org.oasis-open.lists.docbook-apps

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.

----- Original Message ----- From: "Darya Said-Akbari" <dary@yahoo.com> To: <docb@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