On Sun, Jun 1, 2008 at 8:25 PM, John Devereux
Hi,
I am using imposition to arrange pages in a "booklet" format, a5 on a4. So after all the pages are printed out (doublesided) I can fold the stack in half to get my booklet.
So I am using the command
texexec --arrange --paperformat=a5a4 --printformat=up test.tex
...which works well.
Now I want to write content to appear on the last page. Here is my test file:
\setuppagenumbering[alternative=doublesided] \starttext \showframe \subject Front Cover
\dorecurse{10}{\input tufte \par}
\page[yes,last]
\page[quadruple,quadruple] or \page[8]
\raggedcenter Back Cover \stoptext
But this does not do what I want. "Back Cover" appears on document page 9, but on page 4 (of 6) of the output pdf. It needs to be on page 1 of the output (i.e. opposite document page 1).
Any suggestions?
Thanks,
--
John Devereux
Greetings Wolfgang