How can i get n\righttarrow\infty under longrightarrow
-> (n->infinity)
Fonts & Character Sets ⇒ Need symbol
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
Need symbol
Like this?
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{amsmath} % needed for underset command\begin{document}\[\underset{n\to\infty}{\longrightarrow}\]\end{document}