箭头的移动标签

箭头的移动标签

我怎样才能移动F_{2}(f')标签以使其不接触箭头?

 \usepackage[all]{xy}
    \SelectTips{xy}{12}
    \[ \xymatrix{ A \ar@{<->}[rrrr]^{F_{1}(h' \circ g')} \ar@{<.>}[rrd]_{F_{1}(g')} \ar@{<->}[dd]_{ F_{2}(f'')} &&&& C \ar@{<->}[dd]^{F_{2}(f)} \\
    && B \ar@{<.>}[rru]_{F_{1}(h')} \ar@{<->}[dd]^{F_{2}(f')} \\
    A' \ar@{<->}'[rr]^{F_{1}(h \circ g)}[rrrr] \ar@{<.>}[rrd]_{F_{1}(g)} &&&& C' \\
    && B' \ar@{<.>}[rru]_{F_{1}(h)} }

答案1

你可以明确地指定在箭头的什么位置放置标签:

\ar@{<->}[dd]^(.35){F_{2}(f')}

默认位置为 (.5)

相关内容