Hello,
I'm using Lyx 1.1.6fix3 and Documentclass Docbook book. I have been trying to insert a table in my document, but can't get it right. Jade complains about the syntax, especially about the backslash in <colspec>. Two questions: 1.Does anyone got this working? If so, is there an example available somewhere? 2.If it works, how would one be able to add/remove columns or rows in the table, using Lyx? Regards, Peter Here's a piece of the sgml file that was generated: <para> text </para> <para> <table><title>Titel</title><tgroup cols="2" colsep="1" rowsep="1"> <colspec colname="col0" align="center"/> <colspec colname="col1" align="center"/> <tbody> <row> <entry align="center" valign="top">a </entry><entry align="center" valign="top">a </entry></row> <row> <entry align="center" valign="top">b </entry><entry align="center" valign="top">b </entry></row> </tbody> </tgroup></table> </para> <para> Text again </para>
