[NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
Hi,

I have this code:

\definepapersize[carnet][width=8.50cm,height=5.40cm]

\setuppapersize [carnet][A4]

\setuppaper []
\setuplayout[page] [topspace=0.02cm, backspace=0.02cm, 
header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit]
\setuplayout[page]
\setuplayout[location=middle,marking=on,nx=2,ny=4,dy=1cm,dx=1cm]


When I run context, the dx distance is added to the right of the rightest 
page of type carnet. So I have an extra right dx distance that it annyoes me 
becase in double printing pages, the side above and the side below don't match.

How can I prevent that?

Thanks in advance,
Xan.

PS: Please CCme.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Hans Hagen

On 6/1/2014 12:00 PM, Xan wrote:

Hi,

I have this code:

\definepapersize[carnet][width=8.50cm,height=5.40cm]

\setuppapersize [carnet][A4]

\setuppaper []
\setuplayout[page] [topspace=0.02cm, backspace=0.02cm, 
header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit]
\setuplayout[page]
\setuplayout[location=middle,marking=on,nx=2,ny=4,dy=1cm,dx=1cm]


When I run context, the dx distance is added to the right of the rightest page of 
type carnet. So I have an extra right dx distance that it annyoes me becase in double printing 
pages, the side above and the side below don't match.

How can I prevent that?


\definepageshift[test][horizontal][8mm]
\setuppageshift[test]

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
Oh! thanks. Now I have to try for having the same space on left and on right.

Thanks


On Sun, 01 Jun 2014 13:16:06 +0200
Hans Hagen pra...@wxs.nl ha escrit:

 On 6/1/2014 12:00 PM, Xan wrote:
  Hi,
 
  I have this code:
 
  \definepapersize[carnet][width=8.50cm,height=5.40cm]
 
  \setuppapersize [carnet][A4]
 
  \setuppaper []
  \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, 
  header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit]
  \setuplayout[page]
  \setuplayout[location=middle,marking=on,nx=2,ny=4,dy=1cm,dx=1cm]
 
 
  When I run context, the dx distance is added to the right of the 
  rightest page of type carnet. So I have an extra right dx distance that 
  it annyoes me becase in double printing pages, the side above and the side 
  below don't match.
 
  How can I prevent that?
 
 \definepageshift[test][horizontal][8mm]
 \setuppageshift[test]
 
 -
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
   | www.pragma-pod.nl
 -
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___