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

beamer: improved "extra slides"

parent da933175
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@
texcsstyle=*\color{Mahogany}\bfseries,
commentstyle=\itshape\color{RoyalBlue},
keywordstyle=\color{RoyalBlue}\bfseries,
moretexcs={lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin,includegraphics,hello,bye,setmainlanguage,setlength,institute,subtitle,alert,only,onslide,titlepage,usetheme,usecolortheme},
moretexcs={lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin,includegraphics,hello,bye,setmainlanguage,setlength,institute,subtitle,alert,only,onslide,titlepage,usetheme,usecolortheme,movie},
morekeywords={center,document,flushleft,flushright,itemize,enumerate,tabular,article,polyglossia,geometry,amsmath,graphicx,xcolor,hyperref,frame,example,definition,theorem,proof,block,column,columns,exampleblock,alertblock},
moredelim=**[is][\smash]{@}{@}
}
......@@ -342,25 +342,45 @@
\section{Was beamer noch kann}
\begin{frame}{Was \LaTeX-beamer noch kann}
\begin{columns}
\begin{column}{.6\textwidth}
\begin{itemize}
\item Videos- und Audiodateien einbinden
\item Text, Formeln usw. {\only<2>{\color{red}}teilweise
\only<2>{\color{green}}farblich} hervorheben
\item Schöne Fußnoten\footnote{%
z.\,B. zum Zitieren von \fullcite{beameruserguide}}
\item Schöne Fußnoten\footnotemark
\item Einfaches Erstellen eigener Themen
\item Primitive Animationen
\item Notizen für den Vortragenden
\end{itemize}
\vspace{6mm}
\end{column}
\begin{column}{.4\textwidth}
\includegraphics[
width=\textwidth,
page=1,
trim={16mm 40mm 16mm 20mm},
clip
]{beameruserguide.pdf}
\end{column}
\end{columns}
\footnotetext{z.\,B. zum Zitieren von \fullcite{beameruserguide}}%
\end{frame}
\begin{frame}{Videos}
\vspace*{-6mm}%
\begin{center}
\movie[width=.5\textwidth, height=.3125\textwidth,
loop]{\includegraphics[width=.5\textwidth]{image.jpg}}{movie.mp4}\\
Wellenfuntion im eindimensionalen Kastenpotential
\end{center}
\begin{columns}
\begin{column}{.5\textwidth}
\movie[
width=\textwidth, height=.625\textwidth, loop
]{\includegraphics[width=\textwidth]{image.jpg}}{movie.mp4}\\
Wellenfuntion im Kastenpotential
\end{column}
\begin{column}{.5\textwidth}
Videos einbetten ist einfach,\\
\alert{aber oft nicht sinnvoll}:
\lstinputlisting{examples/movie.tex}
\end{column}
\end{columns}
\end{frame}
\newcount\timecounter
......@@ -382,11 +402,10 @@
\end{frame}
\begin{frame}{TikZ Beispiel: Graphen in Tight Binding}
\begin{overprint}
Näherung der Bandstruktur von Graphen
\vspace*{-1mm}
\vspace*{-2mm}
\begin{columns}[T]
\begin{column}[T]{0.5\textwidth}
\begin{column}{.5\textwidth}
\begin{block}{Tight Binding Model}
\vspace*{-1mm}
\begin{itemize}
......@@ -403,7 +422,7 @@
\vspace*{-1mm}
\end{block}
\end{column}
\begin{column}[T]{0.5\textwidth}
\begin{column}{.5\textwidth}
\vspace*{-4.5mm}
\tikzsetnextfilename{graphene3d}
\hspace*{3mm}%
......@@ -447,7 +466,15 @@
\sqrt{1+4\cos^2\Big( \frac a2 k_y \Big)+4\cos\Big( \frac a2 k_y \Big)\cos\Big( \sqrt3 \frac a2 k_x \Big)}%
}{\left|1+e^{-i\mathbf{k}\cdot\mathbf{a_2}}+e^{-i\mathbf{k}\cdot(\mathbf{a_1}+\mathbf{a_2})}\right|}%
$
\end{overprint}
\end{frame}
\begin{frame}
\null\hfill%
\begin{beamercolorbox}[sep=8pt,wd=.6\paperwidth,rounded=true,shadow=true,center]{title}
\usebeamerfont{title}\LARGE\slshape
Noch Fragen?
\end{beamercolorbox}%
\hfill\null%
\end{frame}
\end{document}
......
File added
\movie[width=8cm, height=6cm, loop]{
\includegraphics[width=8cm]{image.jpg}
}{movie.mp4}
......@@ -498,7 +498,7 @@ Titelfolie: \verb|\begin{frame} \titlepage \end{frame}|
%
\subsection{Strukturierung}
\begin{minipage}[t]{.65\linewidth}
\verb|\begin{columns}[|\emph{Position:} t/b/c\texttt{]}\\
\verb|\begin{columns}[|\emph{Position:} t/b/c/T\texttt{]}\\
\verb| %| \emph{Position:} \textbf{t}op, \textbf{c}enter, \textbf{b}ottom\\
\verb| \begin{column}{0.5\textwidth}|\\
\verb| Spalten bringen Struktur!|\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment