diff -r 0cd220869276 -r 5a560cfd9893 sandbox.tex --- a/sandbox.tex Fri Jul 16 13:23:15 2010 -0600 +++ b/sandbox.tex Fri Jul 16 17:18:02 2010 -0600 @@ -11,20 +11,26 @@ \title{Sandbox} \begin{document} -\begin{equation*} -\mathfig{.4}{tempkw/feb21d} -\end{equation*} - $$ -\begin{tikzpicture}[baseline,line width = 2pt] -\draw[blue] (0,0) circle (2); -\fill[red] (0,0) circle (0.1); -\foreach \qm/\qa/\n in {70/-30/0, 120/95/1, -120/180/2} { - \draw[red] (0,0) -- (\qm:2); - \path (\qa:1) node {\color{green!50!brown} $\cA_\n$}; - \path (\qm+20:2.5) node(M\n) {\color{green!50!brown} $\cM_\n$}; - \draw[line width=1pt, green!50!brown, ->] (M\n.\qm+135) to[out=\qm+135,in=\qm+90] (\qm+5:1.3); +\begin{tikzpicture}[baseline,line width = 1pt,x=1.5cm,y=1.5cm] +\draw (0,0) node(R) {} + -- (0.75,0) node[below] {$\bar{B}$} + --(1.5,0) node[circle,fill=black,inner sep=2pt] {} + arc (0:80:1.5) node[above] {$D \times I$} + arc (80:180:1.5); +\foreach \r in {0.3, 0.6, 0.9, 1.2} { + \draw[blue!50, line width = 0.5pt] (\r,0) arc (0:180:\r); } +\draw[fill=white] + (R) node[circle,fill=black,inner sep=2pt] {} + arc (45:65:3) node[below] {$B$} + arc (65:90:3) node[below] {$A$} + arc (90:135:3) node[circle,fill=black,inner sep=2pt] {} + arc (-135:-90:3) node[below] {$C$} + arc (-90:-45:3); +\draw[fill] (150:1.5) circle (2pt) node[above=4pt] {$D$}; +\node at (-2,0) {\scalebox{2.0}{$\uparrow f$}}; +\node at (0.2,0.8) {\scalebox{2.0}{$\uparrow \psi$}}; \end{tikzpicture} $$ \end{document}