Skip to content

Commit

Permalink
Use consistent epsilon symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed May 16, 2024
1 parent e7615de commit 02f4592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/3.2/adjunctions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ \section{Adjunction and Unit/Counit Pair}
\centering
\begin{tikzcd}[column sep=large, row sep=large]
L \arrow[rd, equal] \arrow[r, "L \circ \eta"]
& L \circ R \circ L \arrow[d, "\epsilon \circ L"] \\
& L \circ R \circ L \arrow[d, "\varepsilon \circ L"] \\
& L
\end{tikzcd}
\end{subfigure}%
Expand All @@ -166,7 +166,7 @@ \section{Adjunction and Unit/Counit Pair}
\centering
\begin{tikzcd}[column sep=large, row sep=large]
R \arrow[rd, equal] \arrow[r, "\eta \circ R"]
& R \circ L \circ R \arrow[d, "R \circ \epsilon"] \\
& R \circ L \circ R \arrow[d, "R \circ \varepsilon"] \\
& R
\end{tikzcd}
\end{subfigure}
Expand Down

0 comments on commit 02f4592

Please sign in to comment.