Ian Jauslin
summaryrefslogtreecommitdiff
blob: 4752da895c056af469cdda2fe1df866551edc22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{standalone}
\usepackage{tikz}
\usepackage{dimer_example}

\begin{document}
\hfil\begin{tikzpicture}
\basegraph

\draw[line width=3pt](A2)--(A3);
\draw[line width=3pt](A1)--(A8);
\draw[line width=3pt](D4)--(D2);
\draw[line width=3pt](C1)--(A4);
\draw[line width=3pt](B3)--(A6);
\draw[line width=3pt](A7)--(B1);

\end{tikzpicture}

\end{document}