I'm trying to create a somewhat specially formatted document, with some text on the recto (right side) and a graphic on the verso (left side). This is for a brochure of sorts. See below:
--------- ---------
| | | |
| text | | fig |
| | | |
| n | | n+1 |
-------- ---------
My idea is to compile two separate documents -- one will have the text, and the other the graphics, and these are easy to create. With some pdftk wizardry, I can easily mix the pages together in the order they should appear, together with some additional front and back matter.
Now, I want to have page numbers on each page, and for this, they need to be incremented by two for each document. I guess I could try to do this manually, but I was kinda hoping there could be a better way to do it.
All kinds of ideas welcome. I'm using LaTeX, but ConTeXt solutions will be interesting to see as well. If you think of another way to do the whole thing, feel free to give it a go.
Bonus points for specifying arbitrary page increment.