How to make empty pages by default empty?
Hi, I guess this is very likely a FAQuestion but nevertheless I couldn't find the answer: When a new sectionblock or a chapter (page=right) is starting and ConTeXt is forced to add before that a left empty page then this empty page has naked pagenumber. So what is the code to make empty pages by default empty (no header, no pagenumber)? Sorry for this probably silly question, but I truely might be happy for an answer. Thanks, Steffen.
Hi,
somehow this message got lost (??),
Steffen Wolfrum
When a new sectionblock or a chapter (page=right) is starting and ConTeXt is forced to add before that a left empty page then this empty page has naked pagenumber.
try: \definepagebreak [chapter] [yes,header,right] \setuphead [chapter] [page=chapter, ] \setuppagenumbering[alternative=doublesided] \starttext \chapter {test} \dorecurse{10}{\input tufte } \chapter {test} \dorecurse{10}{\input tufte } \chapter {test} \dorecurse{10}{\input tufte } \stoptext Patrick -- Silent is the goldfish in its bowl
participants (2)
-
Patrick Gundlach
-
Steffen Wolfrum