On 04/05/00 19:44 WEST, Herbert Voss wrote:
> do you mean something like this
>
> \( line_{sub_{sub_{sub_{sub_{sub}}}}} \)
no. i'm talking about stacked subscripts, one over the other. in
this case it's for a limit in which two variables tend for a
diferent value.
int latex, the command to do it with a sum is:
\begin{equation}
\sum_{\substack{0\le i\le m\\ 0<j<n}} P(i,j)
\end{equation}
in lyx, the line break is being ignored, and i'm getting only a
simple subscript, with both lines concatenated.
jose