Orphans and widows?

2008-02-04 Thread Lewis, Eric
Hi all I'm trying to apply the orphans and widows formatting rules, but I think I've got something wrong. Here's one example: xsl:template match=whatever fo:block orphans=4 widows=4 fo:table table-layout=fixed width=100% padding-before=5mm fo:table-column column-width=25

Re: Orphans and widows?

2008-02-04 Thread Vincent Hennebert
Hi Eric, Lewis, Eric wrote: Hi all I'm trying to apply the orphans and widows formatting rules, but I think I've got something wrong. The orphans and widows properties don’t apply to tables, but only to paragraphs. To achieve a similar effect for tables, you can use the fox:orphan-content