答案1
答案2
amsmath
和mathtools
每个都使用\rightarrow
和提供和的可扩展版本。\mapsto
\xrightarrow{<stuff>}
\xmapsto{<stuff>}
下面我插入了一个1em
空格(使用\quad
)作为两者的参数( )。您可以在指定适当的 gth 时<stuff>
使用(请参阅\hspace{<len>}
<len>
有哪些命令可以控制水平间距?)。
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{align*}
\rho \colon G &\xrightarrow{\quad} GL(V) \\
s &\xmapsto{\quad} \rho_s
\end{align*}
\end{document}
答案3
\begin{document}
$\rho:G \longrightarrow GL(V)$
$s\longmapsto \rho_s$
\end{document}
这应该重现上面的图片。