Page 1 of 1

Why are tables always formatted "proportional" in FOP/PDF

Posted: Sun Mar 18, 2012 7:22 pm
by reinierk
The DITA editor allows to insert proportional and fixed tables into the document. A propotional table only specifies the relative column widths with multiplication factors 1.0* 1.0* 2.0* etc. The table stretches the body region and the columns get widths relative to their weight. FINE.
But when you insert a table with fixed columns 75pt 75pt 75pt the resulting table still stretches the width of the body region. The columns do not get their exact widths. NOT OK.

Looking at fo/xsl/fo/tables_1.0.xsl There seems to be a parameter that selects the mode <xsl:when test="$tableSpecNonProportional = 'true'">.

How do you set this parameter for an individual table? Some tables should be proportional, some fixed... How do you get fixed tables in DITA-OT?

Re: Why are tables always formatted "proportional" in FOP/PDF

Posted: Mon Mar 19, 2012 12:19 pm
by Radu
Hi,

I agree with you.
There is an old bug opened on the DITA OT Bugs List:

https://sourceforge.net/tracker/index.p ... tid=725074

I added two comments there about how the issue would be fixed both for PDF and HTML outputs.

Regards,
Radu