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/dimer_example.fig/cover.tikz.tex |
Diffstat (limited to 'figs/dimer_example.fig/cover.tikz.tex')
-rw-r--r-- | figs/dimer_example.fig/cover.tikz.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/figs/dimer_example.fig/cover.tikz.tex b/figs/dimer_example.fig/cover.tikz.tex new file mode 100644 index 0000000..3f6b32c --- /dev/null +++ b/figs/dimer_example.fig/cover.tikz.tex @@ -0,0 +1,20 @@ +\documentclass{standalone} +\usepackage{tikz} +\usepackage{dimer_example} + +\begin{document} +\hfil\begin{tikzpicture} +\basegraph + +\draw[line width=3pt](A2)--(A3); +\draw[line width=3pt](A1)--(D4); +\draw[line width=3pt](D3)--(D2); +\draw[line width=3pt](A8)--(D1); +\draw[line width=3pt](C1)--(A4); +\draw[line width=3pt](A5)--(A6); +\draw[line width=3pt](A7)--(B3); +\draw[line width=3pt](B1)--(B2); + +\end{tikzpicture} + +\end{document} |