-scheme, let $G,K,Q \in \mathcal{E}^{\mathcal{D}}$; $\alpha,\alpha' \in
-\Hom{\mathcal{E}^{\mathcal{D}}}{G}{K}$; $F,H,P \in
-\mathcal{D}^{\mathcal{C}}$; $\beta,\beta' \in
-\Hom{\mathcal{D}^{\mathcal{C}}}{F}{H}$; $C,C' \in \mathcal{C}$; $f \in
-\Hom{\mathcal{C}}{C}{C'}$; $D,D' \in \mathcal{D}$; and $g \in
-\Hom{\mathcal{D}}{D}{D'}$. First note, as the paper does, that we have that
-$G \bigcirc F \in \mathcal{E}^{\mathcal{C}}$ and $\beta \bigcirc \alpha \in
-\Hom{\mathcal{E}^{\mathcal{C}}}{G \bigcirc F}{K \bigcirc H}$. (These hold
-under exchange of similarly-quantified names, of course.)
+scheme, let
+%
+\begin{itemize}
+%
+\item $F,H,P \in \mathcal{D}^{\mathcal{C}}$; $\alpha \in
+\Hom{\mathcal{D}^{\mathcal{C}}}{F}{H}$; $\alpha' \in
+\Hom{\mathcal{D}^{\mathcal{C}}}{H}{P}$;
+%
+\item $G,K,Q \in \mathcal{E}^{\mathcal{D}}$; $\beta \in
+\Hom{\mathcal{E}^{\mathcal{D}}}{G}{K}$; $\beta' \in
+\Hom{\mathcal{E}^{\mathcal{D}}}{K}{Q}$;
+%
+\item $C,C' \in \mathcal{C}$; $f \in \Hom{\mathcal{C}}{C}{C'}$; $D,D' \in
+\mathcal{D}$; and $g \in \Hom{\mathcal{D}}{D}{D'}$.
+%
+\end{itemize}
+%
+The behavior of $\bigcirc$ is given as follows:
+%
+\begin{itemize}
+%
+ \item $(G \bigcirc F) C = G \star (FC) = GFC \in \mathcal{E}^{\mathcal{C}}$ (i.e. functor composition)
+%
+ \item $(G \bigcirc \alpha) C = (L^\bigcirc_G \alpha) C = G (R^\star_C \alpha) = G (\alpha C) \in \mathcal{E}$
+%
+ \item $(\beta \bigcirc F) C = (R^\bigcirc_F \beta) C = R^\star_{L^\star_F C} \beta = \beta (L^\star_F C) = \beta (F C) \in \mathcal{E}$
+%
+\end{itemize}
+
+The paper asserts that ``the coherence conditions follow from naturality'', i.e. that $\forall_C$
+%
+\[\begin{tikzpicture}
+%
+ \matrix (m) [matrix of math nodes,column sep={80pt,between origins},
+ row sep={30pt,between origins}] {
+%
+ |[name=tl]| (G \bigcirc F)C & |[name=tr]| (K \bigcirc F)C \\
+%
+ |[name=bl]| (G \bigcirc H)C & |[name=br]| (K \bigcirc H)C \\
+%
+ } ;
+%
+ \draw [->] (tl) -- (tr) node [above,midway] {$R^\bigcirc_F \beta$} ;
+ \draw [->] (tl) -- (bl) node [left,midway] {$L^\bigcirc_G \alpha$} ;
+ \draw [->] (bl) -- (br) node [below,midway] {$R^\bigcirc_H \beta$} ;
+ \draw [->] (tr) -- (br) node [right,midway] {$L^\bigcirc_K \alpha$} ;
+%
+
+ \node at (m) {$\circ$} ;
+
+ \matrix (n) [matrix of math nodes,column sep={80pt,between origins},
+ row sep={30pt,between origins}] at (6,0) {
+%
+ |[name=ntl]| GFC & |[name=ntr]| KFC \\
+%
+ |[name=nbl]| GHC & |[name=nbr]| KHC \\
+%
+ } ;
+
+ \node at (n) {$\circ$} ;
+
+ \draw [->] (ntl) -- (ntr) node [above,midway] {$\beta(FC)$} ;
+ \draw [->] (ntl) -- (nbl) node [left,midway] {$G(\alpha C)$} ;
+ \draw [->] (nbl) -- (nbr) node [below,midway] {$\beta(HC)$} ;
+ \draw [->] (ntr) -- (nbr) node [right,midway] {$K(\alpha C)$} ;
+
+ \path (m) -- (n) node [midway] {$\equiv$} ;
+%
+\end{tikzpicture}\]
+%
+This indeed follows from the naturality of $\beta$ (not $\alpha$!). So $\beta
+\bigcirc \alpha \in \Hom{\mathcal{E}^{\mathcal{C}}}{G \bigcirc F}{K \bigcirc
+H}$ is well-defined.