LaTex中箭头的表示方法
在箭头上标文字的方式
How to put something at the top of the \longrightarrow?
搬运如下:
LaTex代码如下:
\documentclass{article}
\usepackage{amsmath}% http://ctan.org/pkg/amsmath
\begin{document}
\[
\mathcal{X}\overset{k\rightarrow\infty}{\longrightarrow}\mathcal{Y} \qquad
\mathcal{X}\xrightarrow{k\rightarrow\infty}\mathcal{Y}
\]
\end{document}
https://tex.stackexchange.com/questions/45940/how-to-put-something-at-the-top-of-the-longrightarrow
Arrow Types in LaTeX: A Complete List
参考网站如下,里面汇总了各种箭头的使用方法和示例
https://latex-tutorial.com/arrow-latex/