Re: [NTG-context] Wrong page break in sequence of headings

2014-09-11 Thread Pablo Rodriguez
On 09/11/2014 05:24 PM, Jean-Philippe Rey wrote:
> Le 11 sept. 2014 à 16:35, Pablo Rodriguez a écrit :
> 
>> page breaks can occur after a heading command.
>>
>>> Is there a setup to get the page breaks right ? Or is this a bug ?
>>
>> It isn’t a bug, it‘s just the way heads are defined in ConTeXt.
> 
> I thought it could have been a bug because I have never seen ConTeXt put
> a page break between a head and the following text when it is a standard
> paragraph (which is a sensible behavior). It seems odd to allow a page
> break between two heads, except in very exceptional situations (e.g. a
> very long list of heads).

Hi Jean-Philippe,

the first time I experienced that the heading being left alone in the
bottom of a page, I thought it was a bug also.

Wolfgang kindly explained me that this was due to the default setups for
headings.

Page breaks after titles (not only between titles) seem also weird to
me. But once you know how it works, you only have to specify it in the
preamble of your documents.

>> For chapters and sections, use:
>>
>> \setuphead[chapter][after={\blank[samepage, 2*big]}]
>> \setuphead[section][after={\blank[samepage]}]
>>
>> I hope it helps,
> 
> It works perfectly well, thank you very much Pablo.

I’m glad to read it worked.


Pablo
-- 
http://www.ousia.tk
___
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
___


Re: [NTG-context] Wrong page break in sequence of headings

2014-09-11 Thread Jean-Philippe Rey
Hi Pablo,

Le 11 sept. 2014 à 16:35, Pablo Rodriguez  a écrit :

> page breaks can occur after a heading command.
> 
>> Is there a setup to get the page breaks right ? Or is this a bug ?
> 
> It isn’t a bug, it‘s just the way heads are defined in ConTeXt.

I thought it could have been a bug because I have never seen ConTeXt put a page 
break between a head and the following text when it is a standard paragraph 
(which is a sensible behavior). It seems odd to allow a page break between two 
heads, except in very exceptional situations (e.g. a very long list of heads).


> For chapters and sections, use:
> 
> \setuphead[chapter][after={\blank[samepage, 2*big]}]
> \setuphead[section][after={\blank[samepage]}]
> 
> I hope it helps,

It works perfectly well, thank you very much Pablo.

-- 
Jean-Philippe Rey Professeur - École Centrale Paris
jean-philippe@ecp.fr  92295 Châtenay-Malabry Cedex - France
Empreinte PGP : 807A 5B2C 69E4 D4B5 783A 428A 1B5E E83E 261B BF51

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


Re: [NTG-context] Wrong page break in sequence of headings

2014-09-11 Thread Pablo Rodriguez
On 09/11/2014 01:50 PM, Jean-Philippe Rey wrote:
> Dear all,
> 
> I have a problem with page breaking in a sequence of titles (for
example chapter, section, subsection) : a page break can occur between
titles. I tested this with the last beta version

Jean-Philippe,

page breaks can occur after a heading command.

> Is there a setup to get the page breaks right ? Or is this a bug ?

It isn’t a bug, it‘s just the way heads are defined in ConTeXt.

For chapters and sections, use:

\setuphead[chapter][after={\blank[samepage, 2*big]}]
\setuphead[section][after={\blank[samepage]}]

I hope it helps,


Pablo
-- 
http://www.ousia.tk
___
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
___