From c91fccd07c9ba1753d7006482512352423046c74 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 30 Mar 2017 02:47:52 +0000 Subject: As presented at Princeton University on 2017-03-30 --- figs/monolayer.fig/monolayer.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 figs/monolayer.fig/monolayer.tex (limited to 'figs/monolayer.fig/monolayer.tex') diff --git a/figs/monolayer.fig/monolayer.tex b/figs/monolayer.fig/monolayer.tex new file mode 100644 index 0000000..59bfadc --- /dev/null +++ b/figs/monolayer.fig/monolayer.tex @@ -0,0 +1,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} -- cgit v1.2.3-54-g00ecf