Ian Jauslin
summaryrefslogtreecommitdiff
blob: 3f6b32cd86086de60f5b3d3b5ffbf6981913fee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}