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

% macros to draw graphene lattices
\usepackage{graphene}

\begin{document}
\begin{tikzpicture}

\graphene{(0,0)}{}

\sitelattice{a}{(0,0)}{}
\sitelattice{b}{(0,0)}{}

\end{tikzpicture}
\end{document}