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