逆变映射 f。我需要交叉箭头符号的解释
答案1
stix 字体中有三种可能的选项:
\toea
两支箭均无断裂;
\neovsearrow
东南箭头处有缺口;
\seovnearrow
东北箭头处有缺口。
有关详细信息,请参阅综合符号列表 ( texdoc comprehensive
)。
示例文档:
\documentclass[border=5mm]{standalone}
\usepackage{unicode-math}
\setmathfont{XITS Math}
\begin{document}
\begin{tabular}{lc}
\verb|\toea| & $\toea$ \\
\verb|\neovsearrow| & $\neovsearrow$ \\
\verb|\seovnearrow| & $\seovnearrow$ \\
\end{tabular}
\end{document}