Skip to content
Snippets Groups Projects
Commit ad57b0b6 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

beamer: Makefile, vspaces

parent be6e506c
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,7 @@ movie.mp4: animation.py
python animation.py
pgf-img/graphene3d.pdf: pgf-img/graphene3d.md5
mkdir -p pgf-img/
make beamer.makefile
make -f beamer.makefile
clean:
-$(RM) -f *.{aux,nav,out,log,makefile,figlist,auxlock,snm,toc}
......
......@@ -405,40 +405,39 @@
\end{colormixin}
\end{frame}
\setlength{\abovedisplayskip}{3pt}
\setlength{\belowdisplayskip}{4pt}
\begin{frame}{TikZ Beispiel: Graphen in Tight Binding}
Näherung der Bandstruktur von Graphen
\vspace*{-2mm}
\begin{columns}[T]
\begin{column}{.5\textwidth}
\begin{block}{Tight Binding Model}
\vspace*{-1mm}
\begin{itemize}
\item Honigwabengitter
\item Nur \red{Hüpfen} zu \green{nächsten Nachbarn}
\end{itemize}
\vspace*{-2mm}
\begin{align*}
\mathcal{H}
&=-\red{t} \sum_{\green{\left<i,j\right>}}a_\green{i}^\dagger a_\green{j} \\
&=-\sum_{\mathbf{m}, \mathbf{n}, \alpha, \beta}
\red{t}\green{_{\alpha\beta}(\mathbf{m})} a_{\alpha\,(n+m)}^\dagger a_{\beta\,n}
\end{align*}
\vspace*{-1mm}
\end{block}
\end{column}
\begin{column}{.5\textwidth}
\begin{column}{.48\textwidth}
\vspace*{-4.5mm}
\tikzsetnextfilename{graphene3d}
\hspace*{3mm}%
\hspace*{6mm}%
\begin{tikzpicture}[scale=1]
\begin{axis}[
view/h=33,
axis lines=none,
width=8.3cm,
width=8.5cm,
height=8.5cm,
xmin=-4.4, xmax=4.4,
ymin=-4.4, ymax=4.4,
zmin=-3.1, zmax=3.1,
zmin=-3.2, zmax=3.2,
]
\addplot3[
mesh,
......@@ -461,7 +460,7 @@
\vspace*{-12mm}
\end{column}
\end{columns}
\vspace*{1.5mm}
\vspace*{3mm}
$\implies$ Energieeigenzustände:
$\quad\displaystyle
E(\mathbf{k})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment