Ok, I'm using 5.3 and I've created some S1000D PDF output and I've noticed that the tables ignore the column settings. Instead of getting columns of variable width I get columns of equal width.
I have clearly set the columns as follows
<table colsep="1" frame="all" rowsep="1">
<title>Something</title>
<tgroup cols="7" tgstyle="1"><colspec
colwidth="2.00pi"/><colspec colwidth="7.50pi"/>
<colspec colwidth="3.00pi"/><colspec
colwidth="2.00pi"/><colspec colwidth="10.00pi"/>
<colspec colwidth="7.00pi"/><colspec
colwidth="3.00pi"/>
However in the output the columns are equally divided between 38 pi, which is chaos. I have content running across cell borders etc.
How can I force the output to use the column widths I've entered?