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
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
On 12 Aug 2014, at 18:09, Aditya Mahajan
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].
This did not work. But it inspired me to try this and it works for that first number. \startfrontmatter \startbuffer [chapter:quote] A Quote\crlf {\tf An author} \stopbuffer \noheaderandfooterlines \completecontent \component c_introduction \stopfrontmatter \startbodymatter
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 ___________________________________________________________________________________
participants (2)
-
Aditya Mahajan
-
Gerben Wierda