No header and no page-number on empty pages
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
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
Am 29.11.2012 um 15:32 schrieb 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?
\setuphead [chapter] [page={yes,header,footer,right}] or \definepagebreak[chapterpage][yes,header,footer,right] \setuphead [chapter] [page=chapterbreak] Wolfgang
participants (3)
-
"H. Özoguz"
-
luigi scarso
-
Wolfgang Schuster