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]

[docbook-apps] Proportional measures of colwidth


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>
     ...

  Ian Moor
Ian W Moor                   Department of Computing,
iwm@doc.ic.ac.uk           Imperial College.
                                   180 Queensgate
                                     London SW7 2AZ UK.

    


---------------------------------------------------------------------
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]