Hi,
it turns out that math plain text output is a bit trickier than I
expected. I will continue work on it in the next couple of days...
Michael
Am Dienstag, 20. Februar 2007 20:21 schrieb Michael Gerz:
> Georg,
>
> how about plaintext() in mathed/InsetFormulaMacro.C and
> mathed/InsetMathRef.C ?
InsetFormulaMacro is not used at all. RefInset is used, but the plaintext
method is not used if I am right (see my other mail).
> At least th
Georg,
how about plaintext() in mathed/InsetFormulaMacro.C and
mathed/InsetMathRef.C ?
At least the latter one is presently broken because its signature is
different from the signature of all other plaintext() methods.
Should I try to fix these two methods or can I remove them completely?