This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: [docbook-apps] restart pagenumbering at each part
- From: Bob Stayton <bobs at sco dot com>
- To: Sebastian Fey <fey at parsytec dot de>
- Cc: Docbook-Apps <docbook-apps at lists dot oasis-open dot org>
- Date: Tue, 14 Oct 2003 09:31:32 -0700
- Subject: Re: [docbook-apps] restart pagenumbering at each part
- References: <KLELIOFMGDKLJFHJHGFPKELLCBAA.fey@parsytec.de>
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
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.