Skip to content
Snippets Groups Projects
Commit 991eceaf authored by talk's avatar talk
Browse files

KISS; Ergebnisse der ersten Vorträge & Workshops

parent c1827ee7
No related branches found
No related tags found
No related merge requests found
\documentclass{beamer}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usetheme{Berkeley}
\usecolortheme{crane}
%\setbeamertemplate{navigation symbols}{}
\beamertemplatenavigationsymbolsempty
\begin{document}
\title[Geier]{Geier und andere tolle Vögel}
\author{Gustav Geier}
\date{Datum oder so}
\maketitle
\begin{frame}{Inhalt}
\tableofcontents
\end{frame}
\section{Kapitel 1}
\begin{frame}{Der Geier}
Geier sind tolle Fachschaftsmaskottchen
\end{frame}
\begin{frame}{Irgendwelche Fakten über Geier}
\begin{itemize}
\item<2> 1 Fakt
\item<-3> noch ein Fakt
\item<4,7> Geier sind toll
\end{itemize}
\only<3>{Tuxe sind auch toll (wird auf Folie 3}
angezeigt)
\end{frame}
\begin{frame}[plain]{Bilder einfügen}
\includegraphics[width=\textwidth]{geier.eps}
\end{frame}
\section{noch ein Kapitel}
\begin{frame}{Spalten}
\begin{columns}
\begin{column}{.5\textwidth}
\begin{block}{Titel}
linke Spalte
\end{block}
\end{column}
\begin{column}{.3\textwidth}
\begin{Beweis}
mittlere Spalte
\end{Beweis}
\end{column}
\begin{column}{.2\textwidth}
bla
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Hühner}
Kram\\
\hspace{-5cm}Hühner muss man manchmal opfern, damit Dinge funktionieren
\end{frame}
\end{document}
This diff is collapsed.
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment