Rob Ermers wrote:
Hans,
Thank you very much for your code. Both types of the stationary come out smoothly. There is however a small bug in it.
I need a different stationary starting from every second page of my letter. If my file contains 4 letters consisting of 8 pages, his means the following:
letter 1 -- page 1 -- stationary-1.pdf letter 1 -- page 2 -- stationary-2.pdf
letter 2 -- page 1 -- stationary-1.pdf letter 2 -- page 2 -- stationary-2.pdf ...
The code, however, does the following: letter 1 -- page 1 -- stationary-1.pdf letter 1 -- page 2 -- stationary-2.pdf
letter 2 -- page 1 -- stationary-2.pdf letter 2 -- page 2 -- stationary-2.pdf ...
That's to say, there is only one sheet with stationary-1, all other pages are printed on stationary-2.
Do you see a possibility to adapt this?
quick answer: \setlayer[page][odd][...]{...} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------