[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] FOP 0.20.5: table width problem?
When fop.extensions is set to 1, the default table width is set
to 100% because it does not support table-layout="auto". But fop
doesn't understand 100% when fixed column widths are used, so it
complains. You can turn off the noise by setting the stylesheet
parameter named default.table.width to the width of your text
area, including a dimension unit. But then it is wrong when a
table in indented inside a list. If it is just one table, you
can use a dbfo table-width processing instruction to set a
physical width (not percentage) on a single table:
http://www.sagehill.net/docbookxsl/Tables.html#TableWidth
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net
----- Original Message -----
From: "Euis Luhuanam" <eluhu6@gmail.com>
To: "docbook-apps List" <docbook-apps@lists.oasis-open.org>
Sent: Monday, March 27, 2006 5:30 AM
Subject: [docbook-apps] FOP 0.20.5: table width problem?
Hello:
I am trying to get rid of this following fop [WARNING]:
"Sum of fixed column widths 108000 greater than maximum specified
IPD 0"
Is there anyway to set a table width with fop? How to modify the
IPD?
My table look like following:
<informaltable>
<tgroup cols="3" align="center">
<colspec colwidth="0.5in" colname='c1'/>
<colspec colwidth="0.5in" colname='c2'/>
<colspec colwidth="0.5in" colname='c3'/>
[....]
Fortunately, to PDF output is as expected.
Should I just ignore the fop [WARNING]?
regards,
--
EL6: Euis Luhuanam
---------------------------------------------------------------------
To unsubscribe, e-mail:
docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail:
docbook-apps-help@lists.oasis-open.org
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]