Keiron Liddle wrote:
> - Implement table layout 
> The table layout will use the same technique as the block layout. It
> will locate suitable breaks between rows or inside rows until table
> finished or end of bpd reached. 

Actually, what *are* valid breaks within a table apart from breaks
between two rows with no cell spanning both?

Some interesting situations:

  +-----------------+--------------------+
  |block            |block 1             |
  |                 |block 2             |
  +-----------------+--------------------+
Break possibility after block 1 if
BPD(block)<BPD(block 1), i.e.
  +-----------------+--------------------+
  |block            |block 1             |
  +-----------------+--------------------+
-------------------------------------------
  +-----------------+--------------------+
  |                 |block 2             |
  +-----------------+--------------------+


  +-----------------+--------------------+
  |block block block|block 1             |
  |block block block+--------------------+
  |block block      |block 2             |
  +-----------------+--------------------+
Break possibility after row one, despite that
the cell with block 1 would have to get some
space after the block, i.e.
  +-----------------+--------------------+
  |block block block|block 1             |
  |block block block|                    |
  |block block      +--------------------+
-------------------------------------------
  |                 +--------------------+
  |                 |block 2             |
  +-----------------+--------------------+

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to