我希望箭头上方有“1-1”和/或下方有“onto”,箭头为正常大小。我使用 \stackrel 得到了我想要的“1-1”:
\documentclass[12pt]{article}
\begin{document}
\(
\stackrel{1-1}{\longrightarrow}\\
\stackrel{\stackrel{1-1}{\longrightarrow}}{onto}
\)
\end{document}
我想将“onto”类似地定位在箭头下方。但是使用嵌套的 stackrel 会使箭头太小且太高。我该怎么办?