On Mon, Nov 14, 2005 at 11:00:08AM +0100, Georg Baum wrote:
> Juergen Spitzmueller wrote:
> 
> > Jean-Marc Lasgouttes wrote:
> >> The problem is probably (as in bugs 1952/53) that there is no way when
> >> the cursor is in a tabular (top.inset() is the insettabular) to access
> >> the insettext itself (the cell). InsetTabular suffers from some
> >> personality disorder: it is a tabular from the outside, but an
> >> insettext from the inside. I am not sure what we can do about it. The
> >> special insettabular code may be OK for now, but we have to make sure
> >> that we'll eventually fix it.
> 
> I have the feeling that the tabular stuff is way too complicated. It
> certainly needs an overhaul later.

Inset
  Cell
    Paragraph
      Chars or Insets
                 Cell
                   Paragraph
                     ...


is the target structureo of IU. It's pretty much the thing that's
currently used (with an 'implicit' single paragraph per cell in mathed
and an 'implicit' single cell for text inset with exception of tabular
inset.

Andre'

Reply via email to