I am trying to set up the environment for a booklet, but I am having trouble using indenting with imposition. The pages are shifted to the right on the larger sheet by the indenting amount. Increasing the amount of the indent will make cause the pages to shift farther to the right. A test case is shown below. If I remove the line marked as "Error" in the code below, the pages are imposed correctly. I am new to ConTeXt, so I may be doing something silly here. Any suggestions? Thanks, John \showframe \setuppapersize[A5][A4,landscape] \setuparranging[2UP] \setuplayout[location=middle,width=fit] \setuppagenumbering[alternative=doublesided] \setupindenting[yes,medium] %%%%% Error, shifts A5 pages right \starttext \dorecurse{6}{\input knuth} \stoptext