Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'figs/hoppings.fig/hoppings_0.tex')
-rw-r--r--figs/hoppings.fig/hoppings_0.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/figs/hoppings.fig/hoppings_0.tex b/figs/hoppings.fig/hoppings_0.tex
new file mode 100644
index 0000000..0c8e042
--- /dev/null
+++ b/figs/hoppings.fig/hoppings_0.tex
@@ -0,0 +1,25 @@
+\documentclass{standalone}
+\usepackage{tikz}
+\usepackage{graphene}
+\begin{document}
+\begin{tikzpicture}
+
+% draw grids
+\graphene{(0,0)}{color=red}
+\graphene{(-1,0)}{dashed,color=red}
+
+% bounding box
+\path\mlo++\mlo++(-0.1,-0.1)coordinate(A);
+\path\lt++(-60:1)++(0.1,-0.1)coordinate(B);
+\path\lo++\mlt++\lo++(60:1)++(0.1,0.1)coordinate(C);
+\path\mlt++\mlt++\lo++\mlt++(-0.1,0.1)coordinate(D);
+
+\sitelattice{at}{(-1,0)}{}
+\sitelattice{bt}{(-1,0)}{}
+\sitelattice{a}{(0,0)}{}
+\sitelattice{b}{(0,0)}{}
+
+
+
+\end{tikzpicture}
+\end{document}