Am 20.05.10 13:21, schrieb Piotr Kopszak:
Many thanks for your help!
First the file according to the wiki example. Works if location=footer in \setuppagenumbering but not when
\definepagebreak [mychapterpagebreak] [yes,header,right]
\setuphead [chapter] [page=mychapterpagebreak,footer=empty] \setuppagenumbering[alternative=doublesided,location=margin]
\starttext \chapter{testA} \dorecurse{10}{\input tufte } \chapter{testB} \dorecurse{10}{\input tufte } \chapter{testC} \dorecurse{10}{\input tufte } \stoptext
Changing \setuphead to
\setuphead[chapter][page={blank,right}]
gets rid of the number on the chapter's title page (which I don't want) and still leaves it on the left empty page facing the title page. Not to mention the fact that pagenumbers appear only from page 10.
This works for your minimal example: \setuphead [chapter] [page={yes,footer,right}, footer=empty] Wolfgang