In the command:
\underset{t \rightarrow x}{\limsup} f(t) = \underset{t \rightarrow x}{\liminf} f(t)
I get the {t \rightarrow x} lower under the limsup then the liminf (due to the "p" in limsup).
How can I change the position of the underset?
In the command:
\underset{t \rightarrow x}{\limsup} f(t) = \underset{t \rightarrow x}{\liminf} f(t)
I get the {t \rightarrow x} lower under the limsup then the liminf (due to the "p" in limsup).
How can I change the position of the underset?
A phantom could be useful:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\underset{t \rightarrow x}{\limsup} f(t) = \underset{t \rightarrow x}{\liminf\vphantom{p}} f(t)
\]
\end{document}
\mathstrut in lieu of the phantom, nothing wrong with your solution either.
– yannisl
Mar 10 '11 at 19:22
\limsup_{t \rightarrow x} f(t) = \liminf_{t \rightarrow x} f(t)? Doesn't solve the problem though. – Caramdir Mar 10 '11 at 19:23\limsup\limits_{t \rightarrow x} f(t). – Caramdir Mar 10 '11 at 19:27