[xep-support] How to force the beginning of a flow on an odd page?

From: Marc (marc.liste@free.fr)
Date: Fri Jan 16 2004 - 02:16:10 PST

  • Next message: Alexander Peshkov: "Re: [xep-support] How to force the beginning of a flow on an odd page?"

    Hello
    I try to begin a new page-sequence on odd page, then sometimes it needs to introduce a blank page.
    I think it's a really classical problem, but I don't find the solution to avoid the header (static-content) of the even page..
    I introduce an empty block with the break-before attribute at the beginning of the flow that I want to begin on an odd page.
    ------<fo:flow flow-name="xsl-region-body">
    ---------<fo:block break-before="odd-page"></fo:block>
    and in the page-sequence-master I introduce the blank concept
    ----------------------
                                    <fo:page-sequence-master master-name="page-normale">
                                            <fo:repeatable-page-master-alternatives>
                                                    <fo:conditional-page-master-reference
                                                            master-reference="page-blanche"
                                                            blank-or-not-blank="blank"/>
                                                    <fo:conditional-page-master-reference
                                                            master-reference="page-paire"
                                                            blank-or-not-blank="not-blank"
                                                            odd-or-even="odd"/>
                                                    <fo:conditional-page-master-reference
                                                            master-reference="page-impaire"
                                                            blank-or-not-blank="not-blank"
                                                            odd-or-even="even"/>
                                            </fo:repeatable-page-master-alternatives>
                                    </fo:page-sequence-master>
    --------------------
    the odd and even page have static-content to define header.
    A the end in the result, I have a blank page, but with the odd header.

    I read and reread the specification to find why, but I don't understand.
    Does anyone has an example?
    Thanks
    Marc

    -------------------
    (*) 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



    This archive was generated by hypermail 2.1.5 : Fri Jan 16 2004 - 02:21:33 PST