Re: [NTG-context] Preventing page break
Hi Mike Thanks for the reply. Mike wrote:
Does "\setuphead[chapter][before={\page[yes]}]" do what you want?
No. I want to remove empty pages that are being auto generated at the end of a section. Elliot
On Wednesday 24 January 2007 08:21, Elliot Clifton wrote:
Mike wrote:
Does "\setuphead[chapter][before={\page[yes]}]" do what you want?
No. I want to remove empty pages that are being auto generated at the end of a section.
Hi Elliot, I think you'll need to post the relevant part of your setup, as ConTeXt does not create empty pages after sections by default, even in double-sided documents: \starttext \setuppagenumbering[alternate=doublesided] \section{A} \section{B} \stoptext --Mike Bird
Hi Elliot, humble, I agree with Mike's statement. In general the \setuphead command is used to organize the behaviour of the section titles. By default only the \chapter and \part start on a right page in a doublesided layout. See also cont-enp.pdf (The manual) on page 148 (text elements) section 8.5 Alternative mechanisms. Willi Mike Bird wrote:
On Wednesday 24 January 2007 08:21, Elliot Clifton wrote:
Mike wrote:
Does "\setuphead[chapter][before={\page[yes]}]" do what you want?
No. I want to remove empty pages that are being auto generated at the end of a section.
Hi Elliot,
I think you'll need to post the relevant part of your setup, as ConTeXt does not create empty pages after sections by default, even in double-sided documents:
\starttext \setuppagenumbering[alternate=doublesided] \section{A} \section{B} \stoptext
--Mike Bird _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (3)
-
Elliot Clifton
-
Mike Bird
-
Willi Egger