ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: disabling a header on the first page
Date: Thu, 25 Apr 2013 09:31:47 +0200	[thread overview]
Message-ID: <61EFA17F-6DF0-4823-94B3-16CEAF76C885@gmail.com> (raw)
In-Reply-To: <51785863.9090304@gmail.com>


Am 25.04.2013 um 00:10 schrieb Lance Larsen <lance.c.larsen@gmail.com>:

> 
> I am building a context document with a title page. I want to disable the header on the title page. This comes before the first \chapter tag. The documentation indicated that you can disable the header on a page with the \page command. I tried several different things as the first command after \starttext, but none of these disabled the header:

You can  disable/enable/change the header with the \setupheader command.

One \chapter etc. pages you can use the header key of \setuphead to change the header on the page where the section appear, e.g. \setuphead[chapter][header=empty] doesn’t print the header on the first page of a new chapter.

> \page[header=none]
> 
> \page[header]
> 
> \page[header=high]
> 
> Can anybody tell me how I disable the header on the first page? I would really appreciate the help.


Use the \noheaderandfooterlines command.

\starttext

\noheaderandfooterlines

\dorecurse{10}{\input knuth\par}

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2013-04-25  7:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 22:10 Lance Larsen
2013-04-25  7:31 ` Wolfgang Schuster [this message]

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=61EFA17F-6DF0-4823-94B3-16CEAF76C885@gmail.com \
    --to=schuster.wolfgang@gmail.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).