From d254a3e3f495e9cd3110ae48020786466d850d57 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 14 Jun 2022 16:32:34 +0200 Subject: Initial commit --- figs/cell.fig/cell.tikz.tex | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 figs/cell.fig/cell.tikz.tex (limited to 'figs/cell.fig/cell.tikz.tex') diff --git a/figs/cell.fig/cell.tikz.tex b/figs/cell.fig/cell.tikz.tex new file mode 100644 index 0000000..ec66a7c --- /dev/null +++ b/figs/cell.fig/cell.tikz.tex @@ -0,0 +1,30 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{graphene} + +\begin{document} +\begin{tikzpicture} + \graphene{(0,0)}{3}{3} + + \foreach \i in {0,...,3}{ + \draw[color=blue](-1,-\i*\sqrtTh)--++(1.5*2*\i+3,\sqrtThOT*2*\i+\sqrtTh); + } + \foreach \i in {0,...,3}{ + \draw[color=blue](0.5+3*\i,-3.5*\sqrtTh)--++(-1.5*2*\i+12,-\sqrtThOT*2*\i+4*\sqrtTh); + } + + \foreach \i in {0,...,3}{ + \draw[color=blue](-1,-\i*\sqrtTh)--++(-1.5*2*\i+10.5,+\sqrtThOT*2*\i-3.5*\sqrtTh); + } + \foreach \i in {0,...,3}{ + \draw[color=blue](-1+3*\i,\sqrtTh)--++(-1.5*2*\i+13.5,\sqrtThOT*2*\i-4.5*\sqrtTh); + } + + \draw[color=red] (6,-\sqrtTh)++(0.5,.6)node[rotate=30]{$l_1$}; + \draw[color=red](6,-\sqrtTh)++(0.5,-.6)node[rotate=-30]{$l_2$}; + \pgfsetarrowsend{latex}; + \draw[color=red,line width=1.5pt](6,-\sqrtTh)--++\Lo; + \draw[color=red,line width=1.5pt](6,-\sqrtTh)--++\Lt; +\end{tikzpicture} +\end{document} -- cgit v1.2.3-70-g09d2