On Wed, 17 Feb 2010, John Culleton wrote:
A person has asked for a solution to this problem: print a dual magazine where the first half is a regular magazine, but the second half is a magazine with the pages upside down with respect to the first half. In other words the back cover is really the front cover of the second magazine. I assume that the page counts of each magazine are equal.
I know that Context has an extensive imposition capability but I don't think this particular problem has been addressed.
No imposition, but I have added a reverse feature in a module that I am working on. http://github.com/adityam/cut-n-paste \usemodule[cut-n-paste] \starttext \processcutNpaste[name={file1}] \processcutNpaste[name={file2},rotation=180, alternative=reverse] \stoptext Due to a bug in \getfigureddimensions in MkIV, this only works correctly in MkII. To use MkIV, you have to add \setupcutNpaste[width=..., height=...] Aditya