# HG changeset patch # User Scott Morrison # Date 1323588045 28800 # Node ID 727cefa97b8ef26d582edb9465819cac54e9d8d1 # Parent ceed680b7f4202a3228e30be8d6520d02e2856c9 slow progress on figures diff -r ceed680b7f42 -r 727cefa97b8e text/appendixes/comparing_defs.tex --- a/text/appendixes/comparing_defs.tex Sat Dec 10 21:07:51 2011 -0800 +++ b/text/appendixes/comparing_defs.tex Sat Dec 10 23:20:45 2011 -0800 @@ -424,11 +424,13 @@ \end{figure} In the first step we have inserted a copy of $(x\times I)\times I$. Figure \ref{fzo4} shows the other case. + +\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}} + \begin{figure}[t] \centering \begin{tikzpicture} -\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}} \newcommand{\nsep}{1.8} \clip (-4,-1.25)--(12,-1.25)--(16,1.25)--(-1,1.25)--cycle; @@ -667,7 +669,52 @@ $$ \mathfig{0.4}{triangle/triangle4a} $$ -\nn{remember to change the labels} +$$ +\begin{tikzpicture} +\node[circle,fill=black,inner sep=1pt] at (1.73,0) {}; +\node[circle,fill=black,inner sep=1pt] at (-1.73,0) {}; +\begin{scope}[yshift=-1cm] +\path[clip] (0,0) circle (2); +\begin{scope}[yshift=2cm] +\draw (0,0) circle (2); +\node[circle,fill=black,inner sep=1pt] (L2) at (-90:2) {}; +\node[circle,fill=black,inner sep=1pt] (L1) at (-120:2) {}; +\node at (-60:2.25) {$c$}; +\node at (-105:2.25) {$b$}; +\node at (-135:2.25) {$a$}; +\end{scope} +\end{scope} +\begin{scope}[yshift=1cm] +\path[clip] (0,0) circle (2); +\begin{scope}[yshift=-2cm] +\node at (120:2.25) {$a$}; +\node at (75:2.25) {$b$}; +\node at (45:2.25) {$c$}; +\draw (0,0) circle (2); +\node[circle,fill=black,inner sep=1pt] (U1) at (90:2) {}; +\node[circle,fill=black,inner sep=1pt] (U2) at (60:2) {}; +\end{scope} +\end{scope} +\draw[dashed] (L1) -- (U1); +\draw[dashed] (L2) -- (U2); +\begin{scope} +\path[clip] (0,1) circle (2); +\path[clip] (0,-1) circle (2); + \foreach \t in {-2.5,-2.4,...,-1.2} { + \draw[green!50!brown] (\t,-1) -- +(1.19,2); + } + \foreach \t in {-1.1,-1.0,...,0} { + \draw[blue!50!brown] (\t,-1) -- +(1.19,2); + } + \foreach \t in {0.1,0.2,...,2.5} { + \draw[red!50!brown] (\t,-1) -- +(1.19,2); + } +\end{scope} +\draw[->, thick, blue!75!yellow] (-2,0.5) node[black, left] {$a\times I$} -- (-1,0.5); +\draw[->, thick, blue!75!yellow] (-0.25,-1.5) node[black, below] {$b\times I$} -- (-0.25,-0.5); +\draw[->, thick, blue!75!yellow] (2,-0.5) node[black, right] {$c\times I$} -- (1,-0.5); +\end{tikzpicture} +$$ \caption{An associator.} \label{fig:associator} \end{figure}