我想包含这种箭头,并在其上方添加标签。我依稀记得它在 latex 中被称为 longstep。我找不到任何带有这种箭头的包。有人能帮忙吗?
答案1
% arara: pdflatex
\documentclass{article}
\usepackage{mathtools}
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}%[column sep='what-ever-unit']
\arrow[Rightarrow]{r}{r} & \null
\end{tikzcd}
$\overset{r}{\Longrightarrow}$
$\xRightarrow{r}$
\end{document}