On Mon, Oct 25, 2004 at 12:23:17AM +0200, Andreas Vox wrote: > During my tests I found strange <+> ... </+> tokens in the produced > MathML code. > I tracked this down to math_extern.C, where the normal code is replaced > by MathExFuncInsets.
That's funny, this part of math_extern.C should not be involved at all. In theory. What peice of code calls these transformations? > The attached patch produces correct MathML for these four operators > again, but I don't know if it breaks the intended > external-functionality. I think all that's missing is the implementation of the function 'void mathmlize(MathMLStream &) const' for MathCharInset. Andre'