Skip to content

Commit

Permalink
crossing overs in fig. 4.3 and 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikBuchholtz committed Aug 1, 2024
1 parent 3b92861 commit a73a0a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions group.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1896,10 +1896,10 @@ \section{The sign homomorphism}
\node[dot,label=below:{$\n$}] (y\n) at (\n,0) {};
}
\draw[->] (x1) -- (y2);
\draw[->] (x2) -- (y3);
\draw[->] (x3) -- (y1);
\draw[->] (x4) -- (y5);
\draw[->] (x5) -- (y4);
\draw[->,commutative diagrams/crossing over] (x2) -- (y3);
\draw[->,commutative diagrams/crossing over] (x3) -- (y1);
\draw[->,commutative diagrams/crossing over] (x4) -- (y5);
\draw[->,commutative diagrams/crossing over] (x5) -- (y4);
\end{tikzpicture}
\caption{A different representation of the permutation $\sigma$
from~\cref{fig:cycle-decomposition}.}
Expand Down Expand Up @@ -1937,10 +1937,10 @@ \section{The sign homomorphism}
\node[dot,gray!25] (z3) at (3,1) {};
\draw[->] (x0) -- (z1);
\draw[->] (z1) -- (y0);
\draw[->] (x1) -- (z0);
\draw[->] (z0) -- (y1);
\draw[->,commutative diagrams/crossing over] (x1) -- (z0);
\draw[->,commutative diagrams/crossing over] (z0) -- (y1);
\draw[->] (x2) .. controls (3,1) and (3,1) .. (y2);
\draw[->] (x3) .. controls (2,1) and (2,1) .. (y3);
\draw[->,commutative diagrams/crossing over] (x3) .. controls (2,1) and (2,1) .. (y3);
\draw[->] (x4) -- (y4);
\draw[->] (x5) -- (y5);
\end{tikzpicture}
Expand Down

0 comments on commit a73a0a6

Please sign in to comment.