In most cases, the description of the limit is situated beneath the actually word "lim", but sometimes it appears as a subscript instead of being actually underneath the limit. I have encounted this in the $...$ environment, and when inside a fraction which is inside the align environment.
So, for example:
Code: Select all
\begin{align}
\lim_{x \rightarrow 2} \frac{x^3 + 2x^2 - 1}{5-3x} &= \frac{\lim_{x \rightarrow 2} x^3 + 2x^2 - 1}{\lim_{x \rightarrow 2} 5-3x}
\end{align}
Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.