On Wed, Aug 27, 2003 at 02:11:16PM +0200, Andre' Poenitz wrote:
> The mathed model is
> 
>  Inset has cells.                ("MathArray")
>  A cell has insets.
> 
> Nothing else. To expand that to the outside world this would be:
> 
>  Inset has cells.                (ParagraphList)
>  A cell has data                 (characters and insets)

Ok... actually here's some choice to be made: an alternative would be

  Inset has cells.                (Paragraph)
  A cell has data                 (characters and insets)

[Note the ParagraphList -> Paragraph change]

But conceptually, that's pretty much the same.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to