On Fri, Feb 08, 2002 at 03:07:19PM +0100, Andre Poenitz wrote: > On Fri, Feb 08, 2002 at 02:59:32PM +0200, Dekel Tsur wrote: > > The text in \intertext can be several lines long, so this means that in > > lyx, \intertext needs line breaking. However, as a first step, we can > > add support for \intertext without line breaking. > > But then we can not call it 'intertext' because we won't be able to handle > all case we might encounter in imported files. I think the problem is > equivalent to the \mbox implementation, and this (I guess I said so already) > is not feasible right now.
A partial support is still better than no support at all. Suppose that you have \begin{align*} a & = b\\ & = c\\ \intertext{This is a long sentence.......} & = d \end{align*} With basic \intertext support you will see on screen ---------------| a = b | = c | This is a long |sentence..... = d | ^^^ this is outside the lyx screen. ---------------+ while with no \intertext support you will get ---------------| | a = b | = c \intertext{This is a long sentence.......} = d ---------------+ namely almost everything is outside the screen.