At 11:49 AM 12/29/2002 -0600, you wrote:
It seems that the behaviour of
\setuppagenumbering[alternative=doublesided] has changed in the last
couple of months. Jobs that once correctly produced an even count of
pages now produce an odd count. In viewing a two-page spread in Acrobat,
the first page is correctly a right-hand page, but the last page is a
bogus one, also a right-hand page. The document should end on the left.
I'm using ConTeXt  ver: 2002.12.20 from the beta download page.
there has been some discussion about this unwanted 'extra page' and the automatism behind it; if you want an even number, you can force it:

\setuppagenumbering[option=doublesided]

\starttext

\dorecurse{11}{test \page} \page[empty,odd] % or without empty if you want a page number

\stoptext

should this be an option to \setuppagenumbering?

Hans
-------------------------------------------------------------------------
Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Reply via email to