# HG changeset patch # User Scott Morrison # Date 1323746804 28800 # Node ID d875a8378d83468683f0c3b5fd21cd4f62eb1d24 # Parent bc4086c639b6b692c8085e2bb6133a1ae102c61a minor, work on figures diff -r bc4086c639b6 -r d875a8378d83 sandbox.tex --- a/sandbox.tex Mon Dec 12 10:37:50 2011 -0800 +++ b/sandbox.tex Mon Dec 12 19:26:44 2011 -0800 @@ -9,6 +9,20 @@ \title{Sandbox} \begin{document} +\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}} + +\begin{tikzpicture} +\coordinate (P) at (0,0); +\coordinate (Q) at (3,0); +\coordinate (R) at (1.5,-0.5); +\draw (P) \vertex to[out=40,in=140] node[above] {$a$} (Q) \vertex -- node[below] {\scriptsize $y \times I$} (R) \vertex to[out=-180,in=-40] node[below] {$a$} (P); +\clip (P) to[out=40,in=140] (Q) -- (R) to[out=-180,in=-40] (P); +\foreach \x in {1,...,9} { + \path (P) to[out=40,in=140] node[pos=\x/10] (PQ\x) {} (Q); + \path (P) to[out=-40,in=-180] node[pos=\x/10] (PR\x) {} (R); + \draw[green!50!brown] (PQ\x.center) -- (PR\x.center); +} +\end{tikzpicture} \begin{tikzpicture} \node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {}; diff -r bc4086c639b6 -r d875a8378d83 text/appendixes/comparing_defs.tex --- a/text/appendixes/comparing_defs.tex Mon Dec 12 10:37:50 2011 -0800 +++ b/text/appendixes/comparing_defs.tex Mon Dec 12 19:26:44 2011 -0800 @@ -932,6 +932,7 @@ \begin{align*} \mathfig{0.4}{triangle/triangle4a} \\ \mathfig{0.4}{triangle/triangle4b} \\ +u & = \mathfig{0.4}{triangle/triangle4c} \end{align*} \nn{remember to change `assoc' to $\alpha$}