ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Suppressing the page number
@ 2014-08-12 15:53 Gerben Wierda
  2014-08-12 16:09 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Gerben Wierda @ 2014-08-12 15:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1059 bytes --]

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?

I’m using MKII

G

[-- Attachment #1.2: Type: text/html, Size: 3254 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-12 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-12 15:53 Suppressing the page number Gerben Wierda
2014-08-12 16:09 ` Aditya Mahajan
2014-08-12 20:01   ` Gerben Wierda

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).