Re: Table Improvements

2002-01-09 Thread Scott Moore

Karen,

Is this functionality in 0.20.2?  It doesn't work for me.  FOP complains
about the table-layout property and the table columns aren't proportionally
sized.

Plus, the docs/examples/fo/tableunits.fo doesn't exist.

Thanks,
Scott

- Original Message -
From: Karen Lease [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, October 14, 2001 4:46 PM
Subject: Table Improvements


 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]



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




Re: Table Improvements

2002-01-09 Thread Scott Moore

Okay, I just looked at the release date on 0.20.2 and see it was 9/29/2001.
Since your email was after that, I'm guessing the new table functionality is
not in 0.20.2.

Will it be in the maintenance release?  Is that coming up soon?

Scott

- Original Message -
From: Scott Moore [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 09, 2002 2:27 PM
Subject: Re: Table Improvements


 Karen,

 Is this functionality in 0.20.2?  It doesn't work for me.  FOP complains
 about the table-layout property and the table columns aren't
proportionally
 sized.

 Plus, the docs/examples/fo/tableunits.fo doesn't exist.

 Thanks,
 Scott

 - Original Message -
 From: Karen Lease [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, October 14, 2001 4:46 PM
 Subject: Table Improvements


  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]
 


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



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




Table Improvements

2001-10-14 Thread Karen Lease

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]