This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [docbook-apps] (newbie) page numbers in header


Add this into the footer.content template:

<xsl:when test="$double.sided != 0 and $sequence = 'first' and $position =
'right'">
 <xsl:apply-templates mode="page-number-prefix" select="."/>
 <fo:page-number/>
</xsl:when>

> -----Original Message-----
> From: Thomas Gier [mailto:thomas.gier@imperia.net]
> Sent: Monday, October 06, 2003 9:23 AM
> To: docbook-apps@lists.oasis-open.org
> Subject: Re: [docbook-apps] (newbie) page numbers in header
> 
> 
> Hi,
> 
> I managed to put page-numbering (including 
> page-number-prefix) into the 
> header of my documents. Nice. So far so good. I'm using the 
> page-number-prefix customization layer I found at
> 
> http://www.docbook.org/wiki/moin.cgi/PageNumberPrefixes
> 
> But unfortunately there are no page-numbers on the first page of a 
> chapters. I tried several settings but with no effect (I have 
> to admit, 
> that I forgot about everything I learned so far about DocBook and XSL 
> during my three weeks holiday ...)
> 
> Any hint which variable to overridr or which setting to change?
> 
> Thanks in advance.
> 
> --
> Thomas Gier
> Technical Writer
> 
> Germany
> 
> 
> 
> To unsubscribe from this list, send a post to 
> docbook-apps-unsubscribe@lists.oasis-open.org, or visit 
> http://www.oasis-open.org/mlmanage/.
> 
> 
> 

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]