ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sylvain Hubert <champignoom@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: page ends with a section title followed by a table
Date: Tue, 10 Nov 2020 17:23:24 +0100	[thread overview]
Message-ID: <CACNy3NDhjc8aL8OGTzrsc72CYwuO_0DHP7LKvfJU-L=6J4v7nA@mail.gmail.com> (raw)
In-Reply-To: <CACNy3NDwKUFaSYL2yAtVrgdk68htAafhBQ1tnD6ix0rBXAAvVw@mail.gmail.com>


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

My mistake, but the problem survives the fix:

    \setuphead[section][after={\blank[samepage,big]}]
    \starttext
    \showframe
    \dorecurse{50}{a }
    \startsection[title=spec]
    \startxtable
    \startxrow
    \startxcell[ny=30]a\stopxcell\startxcell 1\stopxcell
    \stopxrow
    \dorecurse{29}{\startxrow\startxcell 2\stopxcell\stopxrow}
    \stopxtable
    \stoptext

Sylvain

On Tue, 10 Nov 2020 at 17:11, Sylvain Hubert <champignoom@gmail.com> wrote:

>
> On Tue, 10 Nov 2020 at 16:00, Pablo Rodriguez <oinos@gmx.es> wrote:
>
>> On 11/10/20 9:55 AM, Sylvain Hubert wrote:
>> > Dear List,
>> >
>> > In the following example, the section title appears at the very end of
>> > the first page.
>> > [...]
>> > Does anyone know where to adjust the penalty in this case, so that the
>> > section title can be repositioned to the next page?
>>
>> Hi Sylvain,
>>
>>   \setuphead[title]
>>     [before={\blank[preference, big],
>>      after={\blank[samepage, big]]
>>
>> In this case, the blank space before sets a preference for inserting a
>> page break. The blank space after requires to be in the same page with
>> next paragraph.
>>
>> Of course, you don’t need both simultaneously.
>>
>> Just in case it helps,
>>
>> Pablo
>>
>
> Hello Pablo,
>
> Thank you very much for the help. The penalty of \blank indeed brings the
> solution closer and it does format the previous example correctly.
>
> However, when I went back to the original document, neither
> [before={\blank[preference, big]}] nor [after={\blank[samepage, big]}] nor
> both worked. I trimmed it into the following example which behaves the same:
>
>     \starttext
>     \showframe
>     \dorecurse{50}{a }
>     \startsection[title=spec][before={\blank[preference,big]},
> after={\blank[samepage,big]}]
>     \startxtable
>     \startxrow
>     \startxcell[ny=30]a\stopxcell\startxcell 1\stopxcell
>     \stopxrow
>     \dorecurse{29}{\startxrow\startxcell 2\stopxcell\stopxrow}
>     \stopxtable
>     \stoptext
>
> Do you have an idea on how this could also be formatted correctly or how
> one could inspect and debug the penalty?
>
> Thanks again!
>
> Sylvain
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2020-11-10 16:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10  8:55 Sylvain Hubert
2020-11-10 14:59 ` Pablo Rodriguez
2020-11-10 16:11   ` Sylvain Hubert
2020-11-10 16:23     ` Sylvain Hubert [this message]
2020-11-10 16:36       ` Pablo Rodriguez
2020-11-10 16:57         ` Sylvain Hubert
2020-11-10 16:52   ` Wolfgang Schuster
2020-11-10 17:06     ` Sylvain Hubert
2020-11-10 17:25       ` Wolfgang Schuster
2020-11-10 18:11         ` Sylvain Hubert
2020-11-10 18:23           ` Wolfgang Schuster
2020-11-10 18:41             ` Sylvain Hubert
2020-11-10 20:55               ` Aditya Mahajan

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='CACNy3NDhjc8aL8OGTzrsc72CYwuO_0DHP7LKvfJU-L=6J4v7nA@mail.gmail.com' \
    --to=champignoom@gmail.com \
    --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).