Hi,
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?
>
>LyX is 1.0.3
>
>I attached an example file.
Exporting the example as LaTeX and playing around with postscript and
superscript reveals that LyX tries to force postscript for the sum with
\nolimits also postscript is default for the sum (as it is for the integral).
On the other hand superscript for the integral is forced with \limits which is
correct and gives the wanted output.
A dirty work-around for this strange behavior is to set all your sums to
postscript and type an \limits directly after the sum symbol. This looks very
ugly in LyX but it gives you the desired superscripted sums.
Regards,
Ingo