我正在尝试执行以下操作xymatrix
:
这是我以前画的图...但是现在我没有源代码,也不记得我是怎么做的,也找不到简单易行的方法。
更具体地说,我忘了怎么做中间的垂直箭头。
答案1
您所需要的是 2cell 模块:
\documentclass{article}
\usepackage[all,cmtip,2cell]{xy}
\UseTwocells
\begin{document}
\[
\xymatrix@C+2pc{
\mathsf{CRing} \rtwocell^{\mathsf{GL}_n}_{U}{\;\;\;\det} & \mathsf{Grp}
}
\]
\end{document}