diff options
author | Ian Jauslin <ian@jauslin.org> | 2022-06-14 16:32:34 +0200 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2022-06-14 16:32:34 +0200 |
commit | d254a3e3f495e9cd3110ae48020786466d850d57 (patch) | |
tree | c88e465b5bc2aff974daaa3617adf615a0b68880 /figs/graphene.fig/graphene.tikz.tex |
Initial commitv1.0
Diffstat (limited to 'figs/graphene.fig/graphene.tikz.tex')
-rw-r--r-- | figs/graphene.fig/graphene.tikz.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/figs/graphene.fig/graphene.tikz.tex b/figs/graphene.fig/graphene.tikz.tex new file mode 100644 index 0000000..c78e3e9 --- /dev/null +++ b/figs/graphene.fig/graphene.tikz.tex @@ -0,0 +1,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} |