目录
1. 正上、正下标记
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
%一般的上下标
$a^{\leftarrow}$
$a_{\leftarrow}$
%正上下标
%正上标
$\overset{\leftarrow}{h_1}$ %h_1整体正上标
$\overset{\leftarrow}{h}_1$ %h正上标
$\overset{\rightarrow}{h_1}$
$\overset{\rightarrow}{h}_1$
%正下标
\begin{gather}
\mathop{\arg\max}_{\theta}\\
\mathop{\max}_{0<a<1}
\end{gather}
$\mathop{a}_{\leftarrow}$ %在公式环境下 才会是正下标
$\mathop{a}\limits_{\leftarrow}$ %普通环境下 需要添加\limits_{}
\end{document}
2. 常用箭头符号
3. 更多箭头符号