On Fri, Aug 24, 2001 at 10:02:17PM -0400, Larry Kollar wrote:
> 
> >    I'm just trying to do some documentation in LyX using the DocBook
> > layout style and I'm finding a few things which are making life difficult.
> 
> Me too.
> 
> For starters, tables outside of floats don't get wrapped properly.
> Looking over the code doesn't give me any obvious ways to fix things,
> either -- I see the InsetFloat:: object (insets/insetfloat.C) generates
> the <table> and </table> tags, and LyXTabular::DocBook() (tabular.C)
> generates everything in between. 
> 
> I'd code up an ugly hack like setting & testing a global, but then
> again I'm a tech writer instead of a Real Programmer. The most
> winning behavior IMO would be to wrap non-floating tables in
> <informaltable> ... </informaltable> (no title/caption necessary).

  Your analisys is correct. In 1.2.0 the table will search if it is inside a
float table or not, and from there decide between table or informaltable.

  I take this oportunity to ask everyone that uses lyx-docbook to comment
what they like most and what is missing. I would like to have the docbook
support at the same level as we have the latex support, and for that I would
like to have feedback from the users. :-)

> Off to stir things up in lyx-doc...
> 
>       Larry

-- 
José

Reply via email to