Hello FOP experts!
I have the following problem: inside a big edition, some page-sequences
do use recto-verso pre-printed formulars.
So, I am using the following fo:repeatable-page-master-alternatives
structure:
<fo:page-sequence-master master-name="releve_quit">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference
master-reference="releve_quit_verso"
odd-or-even="any"
page-position="first"/>
<fo:conditional-page-master-reference
master-reference="releve_quit_verso"
odd-or-even="even"
page-position="any"/>
<fo:conditional-page-master-reference
master-reference="releve_quit_recto"
odd-or-even="odd"
page-position="any"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
But, of-course, it doesn't work when the first page has an odd
page-number. In this case, the master-reference "releve_quit_verso" is
printed two times (the first time because-off the page-position="first"
attribute, the second because-of the odd-or-even="even")...
So the question is: how to direct the fo:flow in such a way that the
first page always uses the "releve_quit_verso" template, and then alternate
recto/verso sides independently of the global page number (odd or even)?
The aim is to avoid generating blank pages or force page numbers because
the edition is using other page sequences which can be printed in any
order (so I can't reinitialize the page number when "releve_quit"
page-sequence-master begins) !!
Thanks for any help.
Ahmed HADDAD.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]