I am currently using $$\phi(\varepsilon) \overrightarrow{ \varepsilon \rightarrow 0 }0 $$ for writing down mathematical limits. But I am not very confident with this notation, as the text under the arrow is far too huge displayed. Does anybody here have a better suggestion
Asked
Active
Viewed 8.2k times
17
Werner
- 603,163
1 Answers
28
I have two versions, depending on what you perhaps need.
\documentclass{book}
\usepackage{amsmath}
\begin{document}
\[ \phi(\varepsilon) \xrightarrow[\varepsilon \to 0]{} 0 \]
\[ \lim_{\varepsilon \to 0} \phi(\varepsilon) = 0 \]
\end{document}
I prefer the \lim style, it is mathematical cleaner, but that is also a matter of taste.

\to... in math mode of course. A little hint: Do not use$$...$$but\[...\]instead. – Apr 06 '14 at 15:40\xrightarrow[under]{over}– Manuel Apr 06 '14 at 15:46\tendsto{x\to\infty}(more “logical”) to be something like\xrightarrow[x\to\infty]{}. – Manuel Jun 22 '14 at 14:32\[...\]preferred over$$...$$? – Kilian Oct 16 '16 at 07:50