Re: [NTG-context] Using doublesided and even blank page shows header

2006-06-04 Thread [EMAIL PROTECTED]
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!


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Using doublesided and even blank page shows header

2006-06-04 Thread Willi Egger
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

[EMAIL PROTECTED] 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
>   
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Using doublesided and even blank page shows header

2006-06-03 Thread [EMAIL PROTECTED]
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