Hi, I have 2 juxtaposed figures which cover 2 thirds of the page. I want to continue with the text on this page, but it remains empty. There takes place a pagebreak. I have tried: \setupcombinations[after=\page[no] but without effect. A hint? Gerhard -- Gerhard Kugler Psychotherapeut http://www.psychotherapie-kugler.de
On Sun, 4 Mar 2007 11:53:28 +0100
Gerhard Kugler
Hi,
I have 2 juxtaposed figures which cover 2 thirds of the page. I want to continue with the text on this page, but it remains empty. There takes place a pagebreak.
I have tried: \setupcombinations[after=\page[no]
Hi Gerhard, you need to hide the brackets for \page in the setup command \setupcombinations[after={\page[no]}]. Can you make a minimum example file for your problem. Wolfgang
but without effect.
A hint?
Gerhard
-- Gerhard Kugler Psychotherapeut http://www.psychotherapie-kugler.de _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Sun, Mar 04, 2007 at 01:28:15PM +0100, Wolfgang Schuster wrote:
you need to hide the brackets for \page in the setup command \setupcombinations[after={\page[no]}].
Can you make a minimum example file for your problem.
Hi Wolfgang, thank you. But now I have a direction of cause: My combination of figures (=floating) is within an other floating (enumeration). If I omit the definition of the outer floating I get the wanted effect: the remnant of the page is used for text. It would be not optimal if I must omit the qualification of this piece of text as an enumeration. Gerhard -- Gerhard Kugler Psychotherapeut http://www.psychotherapie-kugler.de
On Sun, 4 Mar 2007 14:47:23 +0100
Gerhard Kugler
On Sun, Mar 04, 2007 at 01:28:15PM +0100, Wolfgang Schuster wrote:
you need to hide the brackets for \page in the setup command \setupcombinations[after={\page[no]}].
Can you make a minimum example file for your problem.
Hi Wolfgang,
thank you.
But now I have a direction of cause: My combination of figures (=floating) is within an other floating (enumeration). If I omit the definition of the outer floating I get the wanted effect: the remnant of the page is used for text. It would be not optimal if I must omit the qualification of this piece of text as an enumeration.
Gerhard
-- Gerhard Kugler
Hi Gerhard, can you post a example file, because I cannot see where the problem is. I'm also unsure about your definition about floating objects. Definition and combinations are not floating objects. The only ones i know at the moment are objects placed in \placetable, \placefigure ... Please give us a little hint to help you. Wolfgang
On Sun, Mar 04, 2007 at 05:30:37PM +0100, Wolfgang Schuster wrote:
can you post a example file, because I cannot see where the problem is. I'm also unsure about your definition about floating objects. Definition and combinations are not floating objects. The only ones i know at the moment are objects placed in \placetable, \placefigure ...
Please give us a little hint to help you.
Hi Wolfgang, now I have the problem that the problem disappears if I extract a minimal example although I take (in my present view) all the instructions of my complete document. I must go on seraching. Gerhard -- Gerhard Kugler Psychotherapeut http://www.psychotherapie-kugler.de
Gerhard Kugler wrote:
Hi,
I have 2 juxtaposed figures which cover 2 thirds of the page. I want to continue with the text on this page, but it remains empty. There takes place a pagebreak.
I have tried: \setupcombinations[after=\page[no]
but without effect.
depending on the situation there is some check on the left over space (\setupfloats[nlines=4] is the default) also, penalties may influence the way a paragraph is broken across pages Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Sun, Mar 04, 2007 at 08:04:18PM +0100, Hans Hagen wrote:
also, penalties may influence the way a paragraph is broken across pages
Hans, which sorts of penalties? Gerhard -- Gerhard Kugler Psychotherapeut Bensheim (Germany) http://www.psychotherapie-kugler.de
Gerhard Kugler wrote:
On Sun, Mar 04, 2007 at 08:04:18PM +0100, Hans Hagen wrote:
also, penalties may influence the way a paragraph is broken across pages
Hans,
which sorts of penalties?
page break related penalties like clubpenalty and widowpenalty, but penalties that determine linebreaks may influence things as well (conflicting constraints) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Gerhard Kugler
-
Hans Hagen
-
Wolfgang Schuster