ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Using doublesided and even blank page shows header
@ 2006-06-03 22:40 jeffdod
  2006-06-04 14:30 ` Willi Egger
  0 siblings, 1 reply; 3+ messages in thread
From: jeffdod @ 2006-06-03 22:40 UTC (permalink / raw)


I have the following in my environment setup:

\setuppagenumbering[alternative=doublesided,location=]

I am properly getting the doublesided page setup. Also, chapters begin only on odd pages, which is exactly what I want.

However, when a chapter ends on an odd page, the next (even) page that I would like to be completely blank instead contains both the header and footer. I found one other thread in this forum that told how to make this extra even page totally blank. However, I am not an advanced ConTeXt user yet, and I did not understand how to implement the solution. Is there a simple explanation of how to eliminate the header and footer on this even page?

Jeff Dodson


_____________________________________________________________________
Call Anyone, Anytime, Anywhere in the World - FREE!
Free Internet calling from NetZero Voice
Visit http://www.netzerovoice.com today!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Using doublesided and even blank page shows header
  2006-06-03 22:40 Using doublesided and even blank page shows header jeffdod
@ 2006-06-04 14:30 ` Willi Egger
  0 siblings, 0 replies; 3+ messages in thread
From: Willi Egger @ 2006-06-04 14:30 UTC (permalink / raw)


Hi  Jeff,

On 17/09/2003 Patrick Gundlach provided the following solution on this list:

\definepagebreak
   [Mychapterpagebreak]
   [yes,header,right]
%    [yes,header,left]
%    [yes,header,footer,right]

\setuphead
  [chapter]
  [page=mychapterpagebreak]
%   [page=Mychapterpagebreak,header=empty,footer=empty]

\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

Humble a hopefully correct explanation is:
1. You define a new pagebreak rule. It has the name 
"Mychapterpagebreak". The options set read as: "pagebreak=yes", 
placeheader, use a right page.
2. You set options for the header of type chapter and use for the option 
page the before defined new pagebreak..

You might want to experiment with the commented lines ans see what happens.

Kind regards

Willi

jeffdod@netzero.net wrote:
> I have the following in my environment setup:
>
> \setuppagenumbering[alternative=doublesided,location=]
>
> I am properly getting the doublesided page setup. Also, chapters begin only on odd pages, which is exactly what I want.
>
> However, when a chapter ends on an odd page, the next (even) page that I would like to be completely blank instead contains both the header and footer. I found one other thread in this forum that told how to make this extra even page totally blank. However, I am not an advanced ConTeXt user yet, and I did not understand how to implement the solution. Is there a simple explanation of how to eliminate the header and footer on this even page?
>
> Jeff Dodson
>
>
> _____________________________________________________________________
> Call Anyone, Anytime, Anywhere in the World - FREE!
> Free Internet calling from NetZero Voice
> Visit http://www.netzerovoice.com today!
>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Using doublesided and even blank page shows header
@ 2006-06-04 21:01 jeffdod
  0 siblings, 0 replies; 3+ messages in thread
From: jeffdod @ 2006-06-04 21:01 UTC (permalink / raw)


Thank you! I believe I understand, so I will try this out.

Jeff Dodson


_____________________________________________________________________
Call Anyone, Anytime, Anywhere in the World - FREE!
Free Internet calling from NetZero Voice
Visit http://www.netzerovoice.com today!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-04 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-03 22:40 Using doublesided and even blank page shows header jeffdod
2006-06-04 14:30 ` Willi Egger
2006-06-04 21:01 jeffdod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).