ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Paul Tremblay <phthenry@iglou.com>
Subject: Re: Headers, footers, page numbering
Date: Sun, 12 Jun 2005 15:14:19 -0400	[thread overview]
Message-ID: <20050612191419.GA2848@localhost.localdomain> (raw)
In-Reply-To: <000001c56f6e$c3b56d60$c800a8c0@serendipity>

> 
> I have produced a nice little A5 pamphlet which I will be printing on A4
> paper.  I have had a lot of fun doing this and I am quite pleased that I was
> able to install fonts and fleurons which I needed in the process.  However,
> I have a problem which I am having difficulty in solving.  How can I stop
> the Header, footer and page number being printed on the first page?  I have
> looked through the big Context manual but I can't figure it out.  Any hints?

\setupheader[part][header=high] 
\setupfooter[part][footer=high] 
\part{}

Is one way to do this. Put this right before you start the text of
your first page. Since you have to use \part{} to get this to work,
you might have some side-affects, but usually it is easy to work
around these. 

If you have already broken up your document into parts, such as
chapters or secions, use those instead of part:

\setupheader[chapter][header=high] 
\setupfooter[chapter][footer=high] 
\chater{}

http://getfo.sourceforge.net/context_xml/page3.html

Paul


-- 

************************
*Paul Tremblay         *
*phthenry@iglou.com    *
************************

  parent reply	other threads:[~2005-06-12 19:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-12 16:49 Keith McKay
2005-06-12 16:57 ` Taco Hoekwater
2005-06-12 21:33   ` Keith McKay
2005-06-12 19:14 ` Paul Tremblay [this message]
2005-06-13  9:05 ` Willi Egger
2005-06-13 16:51   ` Keith McKay

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=20050612191419.GA2848@localhost.localdomain \
    --to=phthenry@iglou.com \
    --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).