That's very close indeed. Thanks for putting me on the right track!
What I wanted is rather:
\setuphead
[chapter]
[page={yes,footer,right},
footer=nomarking]
Best
Piotr
2010/5/21 Wolfgang Schuster
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
___________________________________________________________________________________ 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 ___________________________________________________________________________________