Imposition plus indenting causes pages to be offset
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
John Deeny wrote:
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
do you run with --arrange ? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 11/6/2009 3:13 PM, Hans Hagen wrote:
John Deeny wrote:
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
do you run with --arrange ?
I do run with --arrange normally, but the problem occurs with or without --arrange. I just ran a quick test on the above testcase and the result is identical with or without --arrange.
John Deeny wrote:
On 11/6/2009 3:13 PM, Hans Hagen wrote:
John Deeny wrote:
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
do you run with --arrange ?
I do run with --arrange normally, but the problem occurs with or without --arrange. I just ran a quick test on the above testcase and the result is identical with or without --arrange.
fixed in next beta ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
John Deeny