答案1
只需坐下来阅读手册tikz-cd
:
\documentclass{article}
\usepackage{amsmath}
\usepackage{tikz-cd}
\begin{document}
\[
\begin{tikzcd}[row sep=huge]
H_{\bullet}(\Sigma X)
\arrow[r,"c_*"]
\arrow[dr,bend right,"\Delta"'] &
H_{\bullet}(\Sigma X\vee\Sigma X)
\arrow[r,"(f\vee g)_*"]
\arrow[d,shift right=0.5em,"j?"'] &
H_{\bullet}(Y) \\
& H_{\bullet}(\Sigma X)\oplus H_{\bullet}(\Sigma X)
\arrow[u,shift right=0.5em,"i_{1*}\oplus i_{2*}"']
\arrow[ur,bend right,"f_*\oplus g_*"']
\end{tikzcd}
\]
\end{document}
让我们检查一下其中一个箭头
\arrow[dr,bend right,"\Delta"']
我们希望它向下向右行驶,向右弯曲(关于方向的逻辑不是直接的),\Delta
在箭头的右侧有一个标签(用撇号表示)。
左右的确定就像河流一样:想象自己身处源头,并看向终点。