...
authorscott@6e1638ff-ae45-0410-89bd-df963105f760
Fri, 11 Dec 2009 23:16:03 +0000
changeset 188 4f7300effe49
parent 187 4067c74547bb
child 189 a3631a999462
...
diagrams/pdf/tempkw/mblabel.pdf
diagrams/pdf/tempkw/zz4.pdf
diagrams/pdf/tempkw/zz5.pdf
text/a_inf_blob.tex
Binary file diagrams/pdf/tempkw/mblabel.pdf has changed
Binary file diagrams/pdf/tempkw/zz4.pdf has changed
Binary file diagrams/pdf/tempkw/zz5.pdf has changed
--- a/text/a_inf_blob.tex	Fri Dec 11 22:44:25 2009 +0000
+++ b/text/a_inf_blob.tex	Fri Dec 11 23:16:03 2009 +0000
@@ -103,7 +103,16 @@
 
 \begin{figure}[!ht]
 \begin{equation*}
-\mathfig{.63}{tempkw/zz4}
+\begin{tikzpicture}
+\foreach \x/\label in {-3/K, 0/L, 3/K'} {
+	\node(\label) at (\x,0) {$\label$};
+}
+\foreach \x/\la/\lb in {-1.5/K/L, 1.5/K'/L} {
+	\node(\la \lb) at (\x,-1.5) {$\la \lb$};
+	\draw[->] (\la \lb) -- (\la);
+	\draw[->] (\la \lb) -- (\lb); 
+}
+\end{tikzpicture}
 \end{equation*}
 \caption{Connecting $K$ and $K'$ via $L$}
 \label{zzz4}