I was lucky to get a fast answer - but with your code I don't get the right result:

 -- start your code

\startmode[booklet]
\setuppapersize[A5][A4,landscape]
\setuparranging[2SIDE]
\stopmode
\starttext
First page
\startmode[booklet]
\null \page
\stopmode
etc.
\stoptext

Thomas

 -- stop

With your code I get:

1 2      first page of the pdf
3 4      second
5 6      third
7 8      fourth



But I want to get:

1         first page of the pdf (coverpage)
2 3      second
4 5      third
6 7      fourth
8         fifth (coverpage)


I know how to use with modes - but the answer must be an other.

Maybe I have to explain it more clearly:

on the first PDF-Page (A5) there should be only the cover-page (page 1)
    \setuppapersize[A5][A5]

     \setuparranging[1SIDE]%<- I don't know how to write it - nothing was 
working


On the second PDF-Page there should be page 2 and page 3
    \setuppapersize[A5][A4,landscape]

     \setuparranging[2SIDE]


It must be a problem lot's of people have when they make a book with ConTeXt
and want to make a second PDF-version for the Internet.


Regards
Jannis
--
Better organization and integration of all ConTeXT-information:

http://wiki.contextgarden.net/Category:ConTeXt ............ All information arround ConTeXt

http://wiki.contextgarden.net/Category:Commands ........ Commands

!!! new: "One-Click" from every command in the wiki to the rich resources of the ConTeXt-mailinglist

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to