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

beamer presentation: added title example

parent 0b14f69e
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,8 @@
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},
morekeywords={center,document,flushleft,flushright,itemize,enumerate,tabular,article,polyglossia,geometry,amsmath,graphicx,xcolor,hyperref,alert,frame,example,definition,theorem,proof,block,column,columns,exampleblock,alertblock,only,onslide},
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},
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]{@}{@}
}
......@@ -118,12 +118,14 @@
\begin{document}
\begin{frame}
\begin{center}
\begin{minipage}{.75\textwidth}
\titlepage
\end{minipage}
\end{center}
\end{frame}
\begin{frame}{Inhaltsverzeichnis}
\tableofcontents
\end{frame}
\input{examples/toc}
\section{Was ist \LaTeX-Beamer}
\begin{frame}{Was ist \LaTeX-Beamer?}
......@@ -158,7 +160,7 @@
\begin{frame}{Was sind Primzahlen}
\begin{columns}[c]
\begin{column}{.5\textwidth}
\begin{definition}{Primzahl}
\begin{definition}[Primzahl]
Eine Primzahl hat genau zwei Teiler.
\end{definition}
\begin{example}
......@@ -178,7 +180,7 @@
\begin{frame}{Was sind Primzahlen}
\begin{columns}[c]
\begin{column}{.5\textwidth}
\begin{definition}{Primzahl}
\begin{definition}[Primzahl]
Eine \alert{Primzahl} hat genau zwei Teiler.
\end{definition}
\begin{example}
......@@ -259,7 +261,7 @@
\end{frame}
\begin{frame}[t]{Struktur einer Folie}
\vspace*{-6mm}%
\vspace*{-7mm}%
\begin{columns}[t]
\begin{column}{.52\textwidth}
\null\vspace*{16mm}%
......@@ -290,11 +292,28 @@
\end{columns}
\end{frame}
\section{Themen}
\begin{frame}{Themen}
\end{frame}
\begin{frame}{Titelfolie}
\begin{columns}
\begin{column}{.42\textwidth}
\titlepage
\end{column}
\hfill%
\begin{column}{.53\textwidth}
\lstinputlisting{examples/title.tex}
\end{column}
\end{columns}
\end{frame}
\section{Was beamer noch kann}
\begin{frame}{Videos}
\vspace*{-6mm}%
\begin{center}
\movie[width=.5\textwidth, height=.3125\textwidth, loop]{}{movie.mp4}\\
\movie[width=.5\textwidth, height=.3125\textwidth,
loop]{\includegraphics[width=.5\textwidth]{image.jpg}}{movie.mp4}\\
Wellenfuntion im eindimensionalen Kastenpotential
\end{center}
\end{frame}
......@@ -310,7 +329,7 @@
\end{block}
\end{minipage}
\\[5mm]
\animate<27-40>
\animate<27-39>
\animatevalue<26-40>{\timecounter}{100}{0}
\begin{colormixin}{\the\timecounter!averagebackgroundcolor}
Dieser Text wird ausgeblendet.
......@@ -374,7 +393,6 @@
\vspace*{-12mm}
\end{column}
\end{columns}
\onslide<2->{
\vspace*{1.5mm}
$\implies$ Energieeigenzustände:
$\quad\displaystyle
......@@ -384,7 +402,6 @@
\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}
......
../../../beamertheme/beamerthemeOSAK.sty
\ No newline at end of file
\begin{frame}{Was sind Primzahlen}
\begin{definition}{Primzahl}
\begin{definition}[Primzahl]
Eine Primzahl hat
genau zwei Teiler.
\end{definition}
......
\begin{frame}{Was sind Primzahlen}
\begin{definition}{Primzahl}
\begin{definition}[Primzahl]
Eine @\alert{Primzahl}@ hat
genau zwei Teiler.
\end{definition}
......
% Präambel
\date{\today}
\title{\LaTeX-Beamer}
\subtitle{Präsentationen mit \LaTeX}
\author{OSAK-Mitglied \#42}
\institute[OSAK]{
Open Source Arbeitskreis der \\
Fachschaft Mathematik/Physik/Informatik
an der RWTH Aachen \\
und der Aachener Linux User Group
}
% Dokument
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Inhaltsverzeichnis}
\tableofcontents
\end{frame}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment