Herbert wrote:
>> Alexander Wollmann wrote:
>> >I have a problem with the subscript of sums and integrals:
>> >
>> >In a single math line (M-m d) the subscript is correctly placed UNDER the sum.
>> >Toggle with M-m l changes from "under" to "shifted to the right".
>> >
>> >In a multiline equation this does only work for integrals. Superscript with
>> >sums are always shifted to the right (in postscript), even it seems to be OK in
>> >LyX. I need them to be UNDER!! What can I do?
>
>there is no problem for me (Lyx 1.0.4pre6 and Suse 6.2) to write a sum
>with super- and/or subscript above and/or under the sum or integral,
>both in
>a single line equation and in multilines.
I have just installed Lyx 1.0.4pre6 on Suse 6.1 and it still doesn't work for
me. Please have a look at the attached example. In Lyx you should see two sums
and two integrals in one multiline equation. The first sum resp. integral has
sub-/superscripted limits while the second one has its limits
postscripted. Now have a look at the DVI-File. Here both sums have postscripted
limits while there is no problem with the integrals.
The LaTeX-Export looks like this:
\begin{eqnarray*}
& \sum ^{n}_{i=1}i & \\
& \sum\nolimits _{i=1}^{n}i & \\
& \int\limits ^{\infty }_{x=0}e^{-x^{2}} & \\
& \int ^{\infty }_{x=0}e^{-x^{2}} &
\end{eqnarray*}
But correct would be:
\begin{eqnarray*}
& \sum\limits ^{n}_{i=1}i & \\
& \sum _{i=1}^{n}i & \\
& \int\limits ^{\infty }_{x=0}e^{-x^{2}} & \\
& \int ^{\infty }_{x=0}e^{-x^{2}} &
\end{eqnarray*}
Regards,
Ingo