On Thu, Nov 29, 2012 at 3:32 PM, "H. Özoguz"
Hi there,
there are some possibilities for getting empty pages in a book, f.e. if a new chapter begins (and by settings it may only begin on pages with odd pagenumber).
In these cases I want the page-number and the headers to disappear on the empty page, it should be totally empty, if no text is in it. How to achieve that?
Thanks Huseyin
from http://wiki.contextgarden.net/Titles \definepagebreak [mychapterpagebreak] % [yes,header,right] %[yes,header,left] [yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak] %[page=Mychapterpagebreak,header=empty,footer=empty] %\setupsectionblock[frontpart][page=chapter] %\setupsectionblock[bodypart][page=chapter] %\setupsectionblock[backpart][page=chapter] %\setupsectionblock[appendix][page=chapter] \setuppagenumbering[alternative=doublesided,location={header,margin}] \setupheadertexts[{My special headertext}] \setupfootertexts[This is a text in the footer] %\setupbackgrounds[header][text][bottomframe=on] \starttext \chapter{testA} \dorecurse{10}{\input tufte } \chapter{testB} \dorecurse{10}{\input tufte } \chapter{testC} \dorecurse{10}{\input tufte } \stoptext test-003.tex (END) -- luigi