From 02f459281c55a79716fcaed55f1fcdfad90cd909 Mon Sep 17 00:00:00 2001 From: EFanZh Date: Thu, 16 May 2024 15:15:19 +0800 Subject: [PATCH] Use consistent epsilon symbol --- src/content/3.2/adjunctions.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/3.2/adjunctions.tex b/src/content/3.2/adjunctions.tex index a61a03280..3cf7e9365 100644 --- a/src/content/3.2/adjunctions.tex +++ b/src/content/3.2/adjunctions.tex @@ -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}% @@ -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}