Next in thread →
Next in month →
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:
Next in thread →
Next in month →