Jean-Marc Lasgouttes wrote: > Juergen> Looks much nicer :-) > > Indeed. If it works to your liking, please apply it.
OK, thanks. > Juergen> I wonder if passing 0 from > Juergen> Paragraph::forceDefaultParagraphs() is always correct, > Juergen> though. > > I think it is equivalent to what we had until now, since inInset > points at the cell, not at the tabular. Yes, that's true. The old code was broken as well. And that seems to be the reason why forceDefaultParagraph does not force Standard paragraphs in the output of tabulars (this is triggered by the Paragraph code and seems to work for ERT). Basically, we'd have to implement forceDefaultParagraphs in insettext and let insettext know when it is a non fixed-width tabular cell ... I'll put this one in first. Jürgen