On Wed, Aug 28, 2002 at 12:50:01PM +0100, José Abílio Oliveira Matos wrote: > On Wednesday 28 August 2002 12:38, Dekel Tsur wrote: > > In update_tabular, the line > > i = i + len(new_table) > > causes the conversion to ignore nested tabulars. > > Ok, do you have any example at hand, that you could send me. The table is > enough.
I don't have a LyX executable that generates the 2.17 format. Just create a tabular, and put a tabular in the 1st cell of the first tabular. BTW, I think that just using i=i+1 will solve the bug.