[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Proportional measures of colwidth
On Tue, Jun 03, 2003 at 07:45:40PM +0100, Ian Moor wrote:
> The docbook-xsl-1.61.2 fo stylesheet generates output:
> <fo:table-column column-number="2"
> column-width="proportional-column-width()" />
> with a missing parameter for proportional-column-width()
> for column widths give proportionally if "*" is written instead of "1*"
>
> for example:
> <informaltable>
> <tgroup cols="3" rowsep="0" >
> <colspec align="left" colsep="0" colwidth="3*" />
> <colspec align="center" colsep="0" colwidth="*"/>
> <colspec align="left" colsep="0" colwidth="3*"/>
> <tbody>
> ...
Yes, this was a bug. I fixed it in CVS in
fo/table.xsl. Now colwidth="*" outputs
proportional-column-width="1.00".
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]