Possible Duplicate:
Separate long math text under sum symbol into different lines?
I'm trying to write a math formula like this:
\sum_{ \frac{n=0}{(n+k-i) \text{~even}} }^{k-i}
This looks just as I want it, but I don't want the bar between n=0 and (n+k-i) text.

I tried using the matrix env,
\sum_{ \begin{matrix}{n=0}\\{(n+k-i) \text{~even}}\end{matrix} }^{k-i}

But that looks really bad, because the (n+k-i) text is too large.
substackthere's quite a few very similar question on this site, like separate-long-math-text-under-sum-symbol-into-different-lines. Let us know if it's not a duplicate :) – cmhughes Sep 03 '12 at 17:57\genfrac{}{}{0pt}{}{x}{y}– bobobobo Feb 02 '13 at 22:16minipagewith limited width – bobobobo Feb 02 '13 at 22:33