Re[2]: [xep-support] Masterpage for chapter start

From: Chris Cosentino <ccosenti@cisco.com>
Date: Thu Feb 10 2005 - 09:34:02 PST

Yes, it just continues numbering from the previous chapter.

-Chris

Thursday, February 10, 2005, 11:58:06 AM, mholmes@uvic.ca wrote:
MH> Hi there,

MH> In your code below (for which many thanks -- I'm just addressing the same
MH> issue!), does this:

MH> initial-page-number="auto"

MH> mean that each chapter continues page numbering where the last one left off?

MH> Cheers,
MH> Martin

>>===== Original Message From Chris Cosentino <ccosenti@cisco.com> =====
>>Hello Henk,
>>
>>I do the same thing, here is how I do it:.
>>
>>First, you need to set up an additional page sequence, for instance:
>>
>> <!-- Page Sequences -->
>> <!-- Chapter with special first page -->
>> <fo:page-sequence-master master-name="chapters">
>> <fo:repeatable-page-master-alternatives>
>> <fo:conditional-page-master-reference
MH> page-position="first" master-reference="chapterfirst"/>
>> <fo:conditional-page-master-reference
MH> odd-or-even="odd" master-reference="oddLayout"/>
>> <fo:conditional-page-master-reference
MH> odd-or-even="even" master-reference="evenLayout"/>
>> </fo:repeatable-page-master-alternatives>
>> </fo:page-sequence-master>
>>
>> <!-- Standard left/right -->
>> <fo:page-sequence-master master-name="oddEven">
>> <fo:repeatable-page-master-alternatives>
>> <fo:conditional-page-master-reference
MH> odd-or-even="odd" master-reference="oddLayout"/>
>> <fo:conditional-page-master-reference
MH> odd-or-even="even" master-reference="evenLayout"/>
>> </fo:repeatable-page-master-alternatives>
>> </fo:page-sequence-master>
>>
>>Then, for the template that matches your chapters, you call something
>>like the following:
>>
>> <xsl:template match="document/chapter">
>> <fo:page-sequence master-reference="chapters" initial-page-number="auto"
MH> format="1" force-page-count="end-on-even">
>> <!-- next is static content, then the text flow -->
>>
>>Hope that helps...
>>
>>-Chris
>>
>>
>>
>>Thursday, February 10, 2005, 10:11:21 AM, hrutten@grafidata.nl wrote:
>>HR> Hello,
>>HR>
>>HR> We have an xml document, which contains several chapters.
>>HR> Each chapter has to start on a new page and has a different
>>HR> lay-out than the custom left/right pages. We have created a
>>HR> masterpage for these chapter start pages, but how can these
>>HR> masterpages be applied to the chapter openings?
>>
>>HR>
>>HR> kind regards,
>>HR>
>>HR> Henk Rutten
>>HR> GrafiData Deventer
>>HR> ------------------------------------------------
>>HR> Dit e-mailbericht is slechts bestemd voor de personen of
>>HR> organisatie aan wie het is gericht. Het bericht kan informatie
>>HR> bevatten die persoonlijk en vertrouwelijk is. Tevens kan het
>>HR> informatie bevatten die niet publiekstoegankelijk van aard is.
>>HR> GrafiData Media & Informatie Technologie aanvaardt geen
>>HR> aansprakelijkheid indien de inhoud van dit bericht en eventuele
>>HR> bijlagen in strijd is met de Wet of de goede zeden. Voor het
>>HR> geval de ontvanger van dit bericht niet de bedoelde persoon of
>>HR> organisatie is, wordt hierbij vermeld dat verdere verspreiding,
>>HR> openbaarmaking of vermenigvuldiging van dit bericht strikt
>>HR> verboden is en verzoeken wij u de inhoud niet te gebruiken en de
>>HR> afzender direct te informeren. Dank voor uw medewerking.
>>
>>
>>HR>
>>
>>
>>-------------------
>>(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
>>in the body of the message to majordomo@renderx.com from the address
>>you are subscribed from.
>>(*) By using the Service, you expressly agree to these Terms of Service
MH> http://www.renderx.com/tos.html

MH> -------------------
MH> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
MH> in the body of the message to majordomo@renderx.com from the address
MH> you are subscribed from.
MH> (*) By using the Service, you expressly agree to these Terms
MH> of Service http://www.renderx.com/tos.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
Received on Thu Feb 10 10:13:44 2005

This archive was generated by hypermail 2.1.8 : Thu Feb 10 2005 - 10:13:45 PST