On Thu, Feb 22, 2007 at 09:27:01AM +0100, Georg Baum wrote: > All what you write distills down to a single problem: text in math, like > \mbox or \textrm contents is not implemented correctly. See e.g. > http://bugzilla.lyx.org/show_bug.cgi?id=1435, > http://bugzilla.lyx.org/show_bug.cgi?id=1527 and > http://bugzilla.lyx.org/show_bug.cgi?id=1092 > > The solution for all these problems is to implement text in math with a real > text inset (the same that is also used in table cells, the main text etc.). > Then all these problems are gone. > This has not happened so far because some internal code dependencies made it > almost impossible. Abdel has cleaned this up a lot, and I believe it is > possible to implement it now, but in won't happen for 1.5.0, since it would > still be a bigger change, and we are currently trying to iron out the > remaining bugs.
This has nothing to do with Abdel's recent changes or internal dependencies. In fact, "real text in math" is possible since 1.2.0. The problem is file I/O as math format and text format are not compatible. The problem will probably magically disappear as soon as some 'global' file format is used. Andre'
