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] (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/.
> 
> 
> 


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