ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Suppressing the page number
Date: Tue, 12 Aug 2014 12:09:54 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.2.02.1408121209120.16964@nqv-guvaxcnq> (raw)
In-Reply-To: <EF8DD8BB-5A2C-4C54-B1FA-36678718E8AE@rna.nl>

On Tue, 12 Aug 2014, Gerben Wierda wrote:

> I have a standard structure using \startfrontmatter\stopfrontmatter
>
> Part of the front matter is the table of contents, but (as with every chapter in my book) the RHS is where the chapter starts, but on the opposing page LHS there is something too (mostly a quote or so). This is done with
>
> \startsetups chapter:before
>    \page[left]
>    \noheaderandfooterlines
>    \startalignment[left,nothyphenated]
> 	\startnarrower[4*left]
> 	    \em \getbuffer[chapter:quote]
> 	\stopnarrower
>    \stopalignment
>    \resetsetups[quote:text]
>    \page[right]
>    \noheaderandfooterlines
>    \blank[force,2*big]
> \stopsetups
>
> My main product file has
>
> \startfrontmatter
> \startbuffer [chapter:quote]
> A Quote\crlf
> {\tf An author}
> \stopbuffer
> 	\completecontent
>        \component c_introduction
> \stopfrontmatter
> \startbodymatter
>
> Now, before the content chapter and after that initial title page, I get 
> two empty pages, which is right. However, the second empty page (RHS) 
> has a page number. How do I suppress that page number?

Replace

\page[right] with \page[right,header,footer].


See 
http://wiki.contextgarden.net/Titles#Truly_empty_pagebreak_before_chapters

Aditya
___________________________________________________________________________________
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:[~2014-08-12 16:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 15:53 Gerben Wierda
2014-08-12 16:09 ` Aditya Mahajan [this message]
2014-08-12 20:01   ` Gerben Wierda

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=alpine.DEB.2.02.1408121209120.16964@nqv-guvaxcnq \
    --to=adityam@umich.edu \
    --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).