ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Using doublesided and even blank page shows header
Date: Sun, 04 Jun 2006 16:30:55 +0200	[thread overview]
Message-ID: <4482EE9F.30300@boede.nl> (raw)
In-Reply-To: <20060603.154045.18060.63816@webmail60.nyc.untd.com>

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
>   

  reply	other threads:[~2006-06-04 14:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-03 22:40 jeffdod
2006-06-04 14:30 ` Willi Egger [this message]
2006-06-04 21:01 jeffdod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4482EE9F.30300@boede.nl \
    --to=w.egger@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).