Hi,
1. page number on the left/right for left/right
pages:
You have to set up two page-sequences, one for the odd and one
for the even pages, say 'left_pages' and 'right_pages'. Each sequence must have
a separate name for the region-after.
Tie them together in your page-sequence-master with this:
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="right_pages" odd-or-even="odd" /> <fo:conditional-page-master-reference master-name="left_pages" odd-or-even="even" /> </fo:repeatable-page-master-alternatives> In your fo:flow you can then put up two fo:static-content
sections by referring to the different region-after names.
For more details, see
docs/examples/pagination/franklin_2pageseqs.fo.
2. I didn't try it, but theoretically markers should be used
for this kind of 'running header'.
HTH, Corinna
|
- Re: Dictionary style pages Edward Dowgiallo
- Re: Dictionary style pages Corinna Hischke
- Re: Dictionary style pages Edward Dowgiallo
- Re: Dictionary style pages Arved Sandstrom
- Re: Dictionary style pages Arved Sandstrom
- Re: Dictionary style pages Edward Dowgiallo
- RE: Dictionary style pages Matthias Fischer
- Re: Dictionary style pages Corinna Hischke
- Re: Dictionary style pages spam_from_fop_dev
- Re: Dictionary style pages Joerg Pietschmann