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/hoppings.fig/hoppings_1.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 figs/hoppings.fig/hoppings_1.tex (limited to 'figs/hoppings.fig/hoppings_1.tex') diff --git a/figs/hoppings.fig/hoppings_1.tex b/figs/hoppings.fig/hoppings_1.tex new file mode 100644 index 0000000..ddaff19 --- /dev/null +++ b/figs/hoppings.fig/hoppings_1.tex @@ -0,0 +1,25 @@ +\documentclass{standalone} +\usepackage{tikz} +\usepackage{graphene} +\begin{document} +\begin{tikzpicture} + +% draw grids +\graphene{(0,0)}{} +\graphene{(-1,0)}{dashed} + +% 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)}{color=green} +\sitelattice{a}{(0,0)}{color=green} +\sitelattice{b}{(0,0)}{} + + + +\end{tikzpicture} +\end{document} -- cgit v1.2.3-54-g00ecf