Re: Creating combined element lists for a table row from cell element lists

2005-03-30 Thread Jeremias Maerki
It looks like row spanning is not that difficult. What needs to be done is to extend the meaning of totalHeight in Luca's algorithm for the combined list. totalHeight will not only be the total height of a single row, but of a row group. A row group in this context is the minimum number of

Re: Creating combined element lists for a table row from cell element lists

2005-03-29 Thread Luca Furini
Jeremias Maerki wrote: I thought I could come up with a combined element list for this one, too, but so far I haven't managed. At last I'm here! I start with a question I could not find an answer to: is row splitting allowed by default and forbidden using keep-together, or is it forbidden

Re: Creating combined element lists for a table row from cell element lists

2005-03-29 Thread Jeremias Maerki
On 29.03.2005 13:56:59 Luca Furini wrote: Jeremias Maerki wrote: snip/ For those who want to join the mind game, here are the expected results from the broken lists: break at first legal break: Part 1 (height - 15): Part 2 (height - 41): break at second legal break: Part 1

Re: Creating combined element lists for a table row from cell element lists

2005-03-24 Thread Jeremias Maerki
On 24.03.2005 02:21:59 Andreas L. Delmelle wrote: -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] (Just trying to join in the conversation with no specific knowledge about the code yet --still catching up on the recent changes--, but I remember that, a while