Hi,
I am using Lyx to produce Docbook SGML. I would like to be able to control the column widths. Lyx allows me to edit the table properties, but this doesn't get reflected in the Docbook SGML output.


For example:

What I want:

<informaltable><tgroup cols="4" colsep="1" rowsep="1">
<colspec colname="col0" align="center" colwidth="5*">
<colspec colname="col1" align="center" colwidth="3*">
<colspec colname="col2" align="center" colwidth="1*">
<colspec colname="col3" align="center" colwidth="1*">
<tbody>
..... etc .....

What I get from Lyx 1.3.1 running on RH 8.0 ( lyx-1.3.1-1_qt.rpm ):

<informaltable><tgroup cols="4" colsep="1" rowsep="1">
<colspec colname="col0" align="center">
<colspec colname="col1" align="center">
<colspec colname="col2" align="center">
<colspec colname="col3" align="center">
<tbody>
..... etc .....

Is there any way round this? Does anybody know if it is implemented in Lyx 1.4.x ?

   Cheers,
           David

--
  Dr David Cussans             University of Bristol,
office: +44-(117)-928 8772      H.H. Wills Physics Laboratory,
  lab: +44-(117)-33 17199      Tyndall Avenue,
  fax: +44-(117)-925 5624      Bristol BS8 1TL, UK





Reply via email to