Hi, I try getting a 6-sided letterfold with unequal page size to work. This is how it's supposed to look like: https://www.saxoprint.co.uk/blog/wp-content/uploads/2013/06/roll-fold-leafle... This is easy with the arranging option TRYPTICHON. *But* the page sizes are not equal and manually adjusting them shifts them not the way they're supposed to. Page 4 and 5 need to be a bit less wide to be able to fold neatly. Page width 1,2,3,6: 10cm Page width 4,5: 9.7cm How to adapt for the changed page size without an overlapping page 4 and a page with clearance to the adjacent 6th page? Suggestions welcome! Here the example you've all been waiting for: %% 6-sided letter fold %% https://www.saxoprint.co.uk/blog/wp-content/uploads/2013/06/roll-fold-leafle... \definepapersize [flyer] [width=10cm, height=21cm] \definepapersize [flyer-small] [width=9.7cm, height=21cm] \setuppapersize [flyer] [A4, landscape] \setuplayout [page] \setuparranging [TRYPTICHON] \starttext \showframe 10cm:\blank \rightaligned{\blackrule[width=10cm]}\vfill{\tfd\currentpage} \page 10cm:\blank[5mm] \blackrule[width=10cm]\vfill{\tfd\currentpage} \page 10cm:\blank[8mm] \blackrule[width=10cm]\vfill{\tfd\currentpage} \page %% shifts page to the left, why? \setuppapersize [flyer-small] [A4, landscape] 9.7cm:\blank[11mm] \rightaligned{\blackrule[width=9.7cm]}\vfill{\tfd\currentpage} \page \setuppapersize [flyer-small] [A4, landscape] 9.7cm:\blank[14mm] \blackrule[width=9.7cm]\vfill{\tfd\currentpage} \page \setuppapersize [flyer] [A4, landscape] 10cm:\blank[10mm] \blackrule[width=10cm]\vfill{\tfd\currentpage} \stoptext Marco