Pablo Rodriguez
27. Juni 2018 um 20:40
On 06/27/2018 07:54 PM, Wolfgang Schuster wrote:
This isn’t possible because the imposition mechanism puts the finished pages
in boxes with the same size.

Wolfgang,

isn’t it a case for \definepageshift and \setuppageshift?

For most documents this should work.


\definepapersize[flyer][width=100mm,height=210mm]

\setuppapersize[flyer][A4,landscape]

\setuparranging [TRYPTICHON]

\definepageshift[flyer][horizontal][-3pt,0pt,0pt,0pt,-3pt,-3pt]
%\definepageshift[flyer][horizontal][-3pt,0pt,0pt,-1.5pt,-1.5pt,-3pt]

\setuppageshift[paper][flyer]

\showframe[page]

\starttext
\dorecurse{6}{\page[dummy]}
\stoptext

Wolfgang