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/bilayer_cell.fig/bilayer_cell.tex | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 figs/bilayer_cell.fig/bilayer_cell.tex (limited to 'figs/bilayer_cell.fig/bilayer_cell.tex') diff --git a/figs/bilayer_cell.fig/bilayer_cell.tex b/figs/bilayer_cell.fig/bilayer_cell.tex new file mode 100644 index 0000000..582d2fb --- /dev/null +++ b/figs/bilayer_cell.fig/bilayer_cell.tex @@ -0,0 +1,40 @@ +\documentclass{standalone} +\usepackage{tikz} +\usepackage{graphene} +\begin{document} +\begin{tikzpicture} + +% draw grids +\graphene{(0,0)}{} +\graphene{(-1,0)}{dashed} +\sitelattice{at}{(-1,0)}{} +\sitelattice{bt}{(-1,0)}{} +\sitelattice{a}{(0,0)}{} +\sitelattice{b}{(0,0)}{} + + +% cell +\draw[color=blue](120:1)++(-1.5,0)--++(1.5,\sqrttt)--++(1.5,-\sqrttt)--++(-1.5,-\sqrttt)--cycle; + +% other cells +\draw[color=blue,style=dashed](120:1)++(-1.5,0)--++\mlt; +\draw[color=blue,style=dashed](120:1)++(0,-\sqrttt)--++\lt--++\lt; +\draw[color=blue,style=dashed](120:1)++(1.5,0)--++\lt; +\draw[color=blue,style=dashed](120:1)++(0,\sqrttt)--++\mlt--++\mlt; +\draw[color=blue,style=dashed](120:1)++(0,\sqrttt)--++\lo--++\lo; +\draw[color=blue,style=dashed](120:1)++(0,-\sqrttt)--++\mlo--++\mlo; +\draw[color=blue,style=dashed](120:1)++(1.5,0)--++\lo; +\draw[color=blue,style=dashed](120:1)++(-1.5,0)--++\mlo; +\draw[color=blue,style=dashed](120:1)++(0,\sqrttt)++\mlo++\mlt--++\lo--++\lo; +\draw[color=blue,style=dashed](120:1)++(0,-\sqrttt)++\mlo++\lt--++\lo--++\lo; +\draw[color=blue,style=dashed](120:1)++(0,-\sqrttt)++\mlo++\mlt--++\lt--++\lt; +\draw[color=blue,style=dashed](120:1)++(0,\sqrttt)++\lo++\mlt--++\lt--++\lt; + +\draw[color=red](120:1)++(30:1)++(0,.2)node[rotate=30]{\scriptsize$l_1$}; +\draw[color=red](120:1)++(-30:0.8)++(0,.2)node[rotate=-30]{\scriptsize$l_2$}; +\draw[color=red,line width=1.5pt,->](120:1)--++\lo; +\draw[color=red,line width=1.5pt,->](120:1)--++\lt; + + +\end{tikzpicture} +\end{document} -- cgit v1.2.3-54-g00ecf