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] restart pagenumbering at each part


On Tue, Oct 14, 2003 at 05:38:08PM +0200, Sebastian Fey wrote:
> hi,
> 
> our documentation is organized like this:
> 
> set - books - parts - chapters ...
> 
> is it possible to start each [part] with pagenumber 1 ?

Yes, it is possible, but maybe not as easy as
it should be.  You will need to customize this template
in fo/division.xsl:

<xsl:template match="part" mode="part.titlepage.mode">

You need to change how it sets the 'initial-page-number'
attribute so it is always 1.


-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com


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