Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <jauslin@ias.edu>2018-04-04 06:21:21 +0000
committerIan Jauslin <jauslin@ias.edu>2018-04-04 06:21:21 +0000
commitf950c74e38d120e42637983d504f85843a63e95d (patch)
treeeb2ded33fc156da7adaf096c3816432b4262c8d4 /figs/temperley-lieb.fig/tl2.tikz.tex
As presented at Princeton University on 2018-04-04HEADv1.0master
Diffstat (limited to 'figs/temperley-lieb.fig/tl2.tikz.tex')
-rw-r--r--figs/temperley-lieb.fig/tl2.tikz.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/figs/temperley-lieb.fig/tl2.tikz.tex b/figs/temperley-lieb.fig/tl2.tikz.tex
new file mode 100644
index 0000000..cc02170
--- /dev/null
+++ b/figs/temperley-lieb.fig/tl2.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)--++(0,4);
+\draw[line width=4pt](1,0)..controls(1,2)and(2,2)..(2,0);
+\draw[line width=4pt](1,4)..controls(1,2)and(2,2)..(2,4);
+
+\end{tikzpicture}
+
+\end{document}