Andre Poenitz wrote:
>
> My last patch gives us an almost working 'real' \mbox inset for
> mathed I.e. creation and editing works, but nothing I/O related.
>
> The reason for this is that mathed and texted still use different
> I/O schemes (I don't mean the format here, but mainly the signatures
On Thu, Jun 12, 2003 at 07:52:52PM +, Angus Leeming wrote:
> Hmmm. The nice thing about MathNestInset of course is that the data is
> stored so:
> typedef std::vector cells_type;
> cells_type cells_;
> so you can take advantage of generic components like the math parser.
>
>
Andre Poenitz wrote:
> On Thu, Jun 12, 2003 at 10:06:00AM +, Angus Leeming wrote:
>> André,
>>
>> how do you forsee IU of the simple things like "button insets" panning
>> out? Will they take a form similar to that in mathed where the inset
>> itself derives from MathNestInset and is wrapped
On Thu, Jun 12, 2003 at 10:06:00AM +, Angus Leeming wrote:
> André,
>
> how do you forsee IU of the simple things like "button insets" panning out?
> Will they take a form similar to that in mathed where the inset itself
> derives from MathNestInset and is wrapped in an interface to the outs