This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]