Math & Plain text

2007-02-20 Thread Michael Gerz
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

Re: Math & plain text output

2007-02-20 Thread Georg Baum
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

Math & plain text output

2007-02-20 Thread Michael Gerz
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?