Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'figs/temperley-lieb.fig/tl3.tikz.tex')
-rw-r--r--figs/temperley-lieb.fig/tl3.tikz.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/figs/temperley-lieb.fig/tl3.tikz.tex b/figs/temperley-lieb.fig/tl3.tikz.tex
new file mode 100644
index 0000000..3b92cb5
--- /dev/null
+++ b/figs/temperley-lieb.fig/tl3.tikz.tex
@@ -0,0 +1,15 @@
+\documentclass{standalone}
+\usepackage{tikz}
+
+\begin{document}
+\hfil\begin{tikzpicture}
+
+\draw(-1,0)--++(4,0)--++(0,4)--++(-4,0)--cycle;
+
+\draw[line width=4pt](0,0)..controls(0,2)and(1,2)..(1,0);
+\draw[line width=4pt](0,4)..controls(0,2)and(1,2)..(1,4);
+\draw[line width=4pt](2,0)--++(0,4);
+
+\end{tikzpicture}
+
+\end{document}