diff options
author | Ian Jauslin <jauslin@ias.edu> | 2018-04-04 06:21:21 +0000 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2018-04-04 06:21:21 +0000 |
commit | f950c74e38d120e42637983d504f85843a63e95d (patch) | |
tree | eb2ded33fc156da7adaf096c3816432b4262c8d4 /figs/temperley-lieb.fig/tl5.tikz.tex |
Diffstat (limited to 'figs/temperley-lieb.fig/tl5.tikz.tex')
-rw-r--r-- | figs/temperley-lieb.fig/tl5.tikz.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/figs/temperley-lieb.fig/tl5.tikz.tex b/figs/temperley-lieb.fig/tl5.tikz.tex new file mode 100644 index 0000000..27eb5c5 --- /dev/null +++ b/figs/temperley-lieb.fig/tl5.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](1,0)..controls(1,2)and(2,2)..(2,0); +\draw[line width=4pt](0,4)..controls(0,2)and(1,2)..(1,4); +\draw[line width=4pt](0,0)..controls(0,2)and(2,2)..(2,4); + +\end{tikzpicture} + +\end{document} |