text/a_inf_blob.tex
changeset 188 4f7300effe49
parent 186 748cd16881bf
child 211 ef127ac682bd
--- 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}