I would like to place a lower limit under two consecutive \sums, somewhere in between. So I have \sum_{j=1}^{\infty}\sum_{k=1}^{\infty} and would like to place j>k in the lower limit between the two sums. I believe the multiple integral operator has this kind of functionality.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
|
Something like:
maybe? Looks like this:
Or if you want it on the same line as j=1 and k=1, then maybe:
|
|||
|
|
|
There is an equivalent alternative.
|
|||
|
|


\sum_{j=1}^{\infty}\sum_{k=1}^{j}do? – Caramdir Aug 7 '11 at 2:52