I'm using XeLaTeX on Linux (just to pre-empt any questions about that...)
I think my question is best described with this Picture:

As you can see in the red circles, the n \to \infty line got squeezed onto the baseline when \lim is used inside something like \frac{}{}, here's the relevant code portion:
&=& \lim_{n \to \infty} - \frac{1}{n} \frac{c^{\frac{1}{n}}(c-1)}{c^{\frac{1}{n}} - 1} \\
&=& - \frac{\lim_{n \to \infty} c^{\frac{1}{n}} (c-1)}
{\lim_{n \to \infty} n \left(c^{\frac{1}{n}}-1\right)} \\
(the portion is inside an eqnarray* environment)
It should be evident, that in both instances, \lim has the same parameters, but behaves differently.
How do I avaid that line being squeezed over next to \lim rather than below it?
On a lesser note: I'd like to give my exponents a bit more headroom (blue circles), make them smaller maybe or something. Please advice what I should do.


\limits: en.wikibooks.org/wiki/LaTeX/Advanced_Mathematics#Limits – Willie Wong May 3 '12 at 10:28eqnarray, see tug.org/pracjourn/2006-4/madsen – daleif May 3 '12 at 11:11alignandequationinstead... OK, I will do that in the future. I already turned the assignment in, as you've probably assumed. When making fractions in nested cases, I should just use slashes? – polemon May 3 '12 at 12:16