Ian Jauslin
summaryrefslogtreecommitdiff
blob: c78e3e9c7d8040a646817f44b47f527d690aae65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{standalone}

\usepackage{tikz}
\usepackage{graphene}

\def\bsite#1{\fill#1circle(.1);}

\begin{document}
\begin{tikzpicture}
  \graphene{(0,0)}{3}{3}
\end{tikzpicture}
\end{document}