Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
ad57b0b6
Commit
ad57b0b6
authored
Jun 03, 2019
by
Valentin Bruch
Browse files
beamer: Makefile, vspaces
parent
be6e506c
Changes
2
Hide whitespace changes
Inline
Side-by-side
workshops/latex/beamer/Makefile
View file @
ad57b0b6
...
...
@@ -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
}
...
...
workshops/latex/beamer/beamer.tex
View file @
ad57b0b6
...
...
@@ -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*
{
3
mm
}
%
\hspace*
{
6
mm
}
%
\begin{tikzpicture}
[scale=1]
\begin{axis}
[
view/h=33,
axis lines=none,
width=8.
3
cm,
width=8.
5
cm,
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
,
]
\addplot
3[
mesh,
...
...
@@ -461,7 +460,7 @@
\vspace*
{
-12mm
}
\end{column}
\end{columns}
\vspace*
{
1.5
mm
}
\vspace*
{
3
mm
}
$
\implies
$
Energieeigenzustände:
$
\quad\displaystyle
E
(
\mathbf
{
k
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment