ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug: Paragraph formatting on new page after placefigure
@ 2015-08-25  7:41 Andreas Becker
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Becker @ 2015-08-25  7:41 UTC (permalink / raw)
  To: ntg-context

ConTeXt version: 2015.08.21 19:57

In the PDF output of the following code, the first text line on the second page only
spans half the textwidth. However, below the figure, the text should span the
whole width.

\starttext
\placefigure[right][]{caption}
{
\externalfigure[nop][width=0.5\textwidth,height=19cm]
}
\input lorem
\input lorem
\input lorem
\stoptext

Regards,
Andreas Becker
___________________________________________________________________________________
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] 4+ messages in thread

* Re: Bug: Paragraph formatting on new page after placefigure
  2018-01-12 17:44   ` Rik Kabel
@ 2018-01-12 18:23     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2018-01-12 18:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

On 1/12/2018 6:44 PM, Rik Kabel wrote:
> Bump.
> 
> This has come up a few times, but never resolved.
> 
> Is there the possibility of an option for placefigure to discard 
> remaining depth at a page break?

it's more a aside effect of operating at the edge of the page (i'm 
reluctant to change this mechanism as at soem point we should stick to 
what we have ... it already changed a few times)

just move up the figure a bit:

\placefigure
   [right,high][]{caption}
   {\externalfigure[nop][width=0.5\textwidth,height=19cm]}

or limit the height

> -- 
> Rik
> 
> On 2015-08-25 10:14, Rik Kabel wrote:
>> On 2015-08-25 03:41, Andreas Becker wrote:
>>> ConTeXt version: 2015.08.21 19:57
>>>
>>> In the PDF output of the following code, the first text line on the second page only
>>> spans half the textwidth. However, below the figure, the text should span the
>>> whole width.
>>>
>>> \starttext
>>> \placefigure[right][]{caption}
>>> {
>>> \externalfigure[nop][width=0.5\textwidth,height=19cm]
>>> }
>>> \input lorem
>>> \input lorem
>>> \input lorem
>>> \stoptext
>>>
>>>
>> Andreas,
>>
>> This is a long-recognized issue that appears to have no resolution. It 
>> was previously raised by Gerhard Kugler in March 2007 (figure occupies 
>> space into next page 
>> <http://www.mail-archive.com/ntg-context%40ntg.nl/msg21273.html>) and 
>> by me in March 2014 (Caption whitespace overflows page 
>> <http://www.mail-archive.com/ntg-context%40ntg.nl/msg73904.html>) and 
>> possibly by others I did not come across.
>>
>> The only resolution I have found is to reduce the size of the figure 
>> enough to prevent the reserved space from intruding on the text area 
>> of the next page.
>>
>> -- 
>> Rik Kabel
> 
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Bug: Paragraph formatting on new page after placefigure
  2015-08-25 14:14 ` Rik Kabel
@ 2018-01-12 17:44   ` Rik Kabel
  2018-01-12 18:23     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Rik Kabel @ 2018-01-12 17:44 UTC (permalink / raw)
  To: ntg-context


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

Bump.

This has come up a few times, but never resolved.

Is there the possibility of an option for placefigure to discard 
remaining depth at a page break?

-- 
Rik

On 2015-08-25 10:14, Rik Kabel wrote:
> On 2015-08-25 03:41, Andreas Becker wrote:
>> ConTeXt version: 2015.08.21 19:57
>>
>> In the PDF output of the following code, the first text line on the second page only
>> spans half the textwidth. However, below the figure, the text should span the
>> whole width.
>>
>> \starttext
>> \placefigure[right][]{caption}
>> {
>> \externalfigure[nop][width=0.5\textwidth,height=19cm]
>> }
>> \input lorem
>> \input lorem
>> \input lorem
>> \stoptext
>>
>>
> Andreas,
>
> This is a long-recognized issue that appears to have no resolution. It 
> was previously raised by Gerhard Kugler in March 2007 (figure occupies 
> space into next page 
> <http://www.mail-archive.com/ntg-context%40ntg.nl/msg21273.html>) and 
> by me in March 2014 (Caption whitespace overflows page 
> <http://www.mail-archive.com/ntg-context%40ntg.nl/msg73904.html>) and 
> possibly by others I did not come across.
>
> The only resolution I have found is to reduce the size of the figure 
> enough to prevent the reserved space from intruding on the text area 
> of the next page.
>
> -- 
> Rik Kabel


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

[-- Attachment #2: Type: text/plain, Size: 492 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
___________________________________________________________________________________

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

* Re: Bug: Paragraph formatting on new page after placefigure
       [not found] <E1ZU8rh-0008Fj-m8@mailfrontend-8.mail.tu-berlin.de>
@ 2015-08-25 14:14 ` Rik Kabel
  2018-01-12 17:44   ` Rik Kabel
  0 siblings, 1 reply; 4+ messages in thread
From: Rik Kabel @ 2015-08-25 14:14 UTC (permalink / raw)
  To: ntg-context


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

On 2015-08-25 03:41, Andreas Becker wrote:
> ConTeXt version: 2015.08.21 19:57
>
> In the PDF output of the following code, the first text line on the second page only
> spans half the textwidth. However, below the figure, the text should span the
> whole width.
>
> \starttext
> \placefigure[right][]{caption}
> {
> \externalfigure[nop][width=0.5\textwidth,height=19cm]
> }
> \input lorem
> \input lorem
> \input lorem
> \stoptext
>
>
Andreas,

This is a long-recognized issue that appears to have no resolution. It 
was previously raised by Gerhard Kugler in March 2007 (figure occupies 
space into next page 
<http://www.mail-archive.com/ntg-context%40ntg.nl/msg21273.html>) and by 
me in March 2014 (Caption whitespace overflows page 
<http://www.mail-archive.com/ntg-context%40ntg.nl/msg73904.html>) and 
possibly by others I did not come across.

The only resolution I have found is to reduce the size of the figure 
enough to prevent the reserved space from intruding on the text area of 
the next page.

-- 
Rik Kabel

[-- Attachment #1.2: Type: text/html, Size: 1488 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] 4+ messages in thread

end of thread, other threads:[~2018-01-12 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-25  7:41 Bug: Paragraph formatting on new page after placefigure Andreas Becker
     [not found] <E1ZU8rh-0008Fj-m8@mailfrontend-8.mail.tu-berlin.de>
2015-08-25 14:14 ` Rik Kabel
2018-01-12 17:44   ` Rik Kabel
2018-01-12 18:23     ` Hans Hagen

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