Hi all,

I just committed some new table functionality to CVS. You can now do
things like
<fo:table table-layout="fixed" width="100%">
 <fo:table-column column-width="proportional-column-width(2)">
 <fo:table-column column-width="proportional-column-width(1)">
.....

You can mix absolute and proportional units in the same table and even
on the same column.

See docs/examples/fo/tableunits.fo for some examples.

Also, Fop is now looking at the table-layout property. Since it defaults
to "auto" and Fop still doesn't do "auto", it will print an annoying
warning on every table. That is to remind you to put
table-layout="fixed" on your tables!

Fop is also using inline-progression-dimension on table instead of
width. But don't worry; if you specify width, it will use that as
inline-progression-dimension.optimal.

Have fun!

Karen

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

Reply via email to