On Wed, Nov 28, 2001 at 11:27:26AM +0100, Alexander Volovics wrote:
> For example if lyx had it's way I would produce:
>
> \begin{equation} \sum \begin{Sb} 0\le i\le le m \\ 0<j<n \end{Sb} Q(i,j)
>\end{equation}
>
> For readability I might prefer:
>
> \begin{equation}
> \sum \begin{Sb}
> 0\le i\le m \\
> 0 < j < n
> \end{Sb} Q(i,j)
> \end{equation}
>
> This is a very small example. If you need very long and complicated expressions
> and you want to keep the latex readable in lyx you just have to keep using
> C-space and C-return regularly. Not only is it tiring but the little blue
> marks and 'arrows' are distracting from the effect you want to create.
You can use the LaTeX paragraph layout. You can use spaces instead of
C-space, but you will still need to use C-enter.
Also note that since this is a paragraph style, you might get an unwanted
space before/after it in the output.