答案1
基本上你做得对。你必须通过添加 a&
并调整箭头指向对角线来移动下线。等式中的基线通过以下方式进行校正“埃格雷格公式”。
\documentclass{article}
\usepackage{mathtools,tikz-cd}
\begin{document}
\begin{equation*}
K(x,y):
\begin{tikzcd}[baseline=\the\dimexpr\fontdimen22\textfont2\relax]
0 \ar[r] & R \ar[r,"z"]\ar[rd,"y"] & R \ar[r]\ar[rd,"y"]\ar[d,draw=none,"\otimes" description] & 0 \\
& 0 \ar[r] & R \ar[r,"-z" below] & R \ar[r] & 0 \\
\end{tikzcd}
\end{equation*}
\end{document}