I would like to have an arrow with "1-1" above it and/or "onto" below it, with the arrow being normal size. I get what I want with "1-1" using \stackrel:
\documentclass[12pt]{article}
\begin{document}
\(
\stackrel{1-1}{\longrightarrow}\\
\stackrel{\stackrel{1-1}{\longrightarrow}}{onto}
\)
\end{document}
I would like to position "onto" similarly below the arrow. But using a nested stackrel makes the arrow to small and too high. What should I do?
