\documentclass[10pt,a4paper]{beamer} %\usepackage[applemac]{inputenc} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage{times} \usepackage{graphicx} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{wrapfig} %Benoetigt fuer Textumflossene Bilder %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usetheme{Boadilla} \definecolor{ecs100}{RGB}{86,170,28} \setbeamercolor{structure}{fg=ecs100,bg=white} \setbeamertemplate{section in toc}[default] \setbeamertemplate{itemize items}[circle] \setbeamertemplate{enumerate items}[default] \setbeamertemplate{headline} {% \vspace*{2.5ex}% \begin{beamercolorbox}[wd=0.09\textwidth,ht=2ex,dp=0.5ex,leftskip=.5em,rightskip=.5em]{author in head/foot}% \usebeamerfont{author in head/foot}% Folie \insertframenumber% \end{beamercolorbox}% \vspace*{-1.75ex}% \hspace*{0.07\textwidth}% \begin{beamercolorbox}[wd=0.92\textwidth,ht=1.9ex,dp=0.5ex,right,leftskip=.5em]% \begin{picture}(0,0) \put(0,0.5){\rule[1.8ex]{\textwidth}{0.2ex}}\end{picture}% 2ex - 0.2ex = 1.8ex {\usebeamerfont{title in head/foot}% \qquad \insertshorttitle \ \ $\vert$ \ \ \insertshortsubtitle \ \ $\vert$ \ \ \insertshortdate \hfill \insertsubsection $\leftarrow$\insertsection \break } \end{beamercolorbox}% } \setbeamertemplate{frametitle} {% \vspace*{1ex}% \usebeamercolor \bf \large \insertframetitle% \vspace*{-0.5ex} } \setbeamertemplate{footline}{} % Fusszeile aktivieren/deaktivieren \setbeamertemplate{navigation symbols}{} % Navigationsfunktion aktivieren/deaktivieren % \setbeamersize{text margin left = 1.5em} % gegebenenfalls linken Rand vergroessern %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Die eigenen Daten hier einfuegen: % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \date[Testdatum]{Ulm, Datum} \title[Titel kurz]{Vortragstitel} \subtitle[Zwischentitel]{Wissenschaftliches Arbeiten in CSE} \author[Nachname]{Name Vortragende(r)} \institute[Wiss. Arbeiten CSE]{Universit\"at Ulm} \setcounter{framenumber}{-1} %MY DEFINITIONS BEGIN \def\r#1{{\color{red}#1}} \def\g#1{{\color{green}#1}} \def\mg#1{{\color{ecs100}#1}} \def\titlefont#1{\textbf{\large\mg{#1}}} %MY DEFINTIONS END %BEGIN DOCUMENT \begin{document} %Titel-Seite \frame[plain]{ \vspace*{-0.3cm} \flushright \includegraphics[width=.4\textwidth]{logo_100_Pant_RGB.jpg} % \leftskip-2.58em% \vspace{-0.2cm} \begin{center} \makebox[\textwidth]{\includegraphics[width=\paperwidth]{startbild1.jpg}} % % Alternativ koennt ihr hier ein eigenes Bild einbinden. % \end{center} %\vspace*{1cm} \begin{center} \textcolor{ecs100}{\Large \inserttitle} \end{center} \parbox{0.44\linewidth} { \footnotesize \insertauthor\\ \insertinstitute\\ \insertdate } \parbox{0.55\linewidth} { \textcolor{ecs100}{\insertsubtitle} } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Ab hier beginnt die Praesentation, % zu Beginn das Inhaltsverzeichnis: % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 1. Folie: Inhaltsverzeichnis \begin{frame} \frametitle{Inhaltsverzeichnis} \tableofcontents % [pausesections] % Animation/Einblendung der einzelnen Abschnitte \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Ab hier beginnt die eigentliche Praesentation, % also die Folien mit dem eigentlichen Inhalt: % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 2. Folie \section{Aufz\"ahlungen} \begin{frame} \frametitle{Folientitel} \begin{itemize} \item Das ist eine M\"{o}glichkeit f\"{u}r eine Aufz\"{a}hlung \item Aufz\"{a}hlung 2 \item Aufz\"{a}hlung 3 \end{itemize} \end{frame} % 3. Folie \begin{frame} \frametitle{Zweispaltige Folie} \begin{columns} \column{0.05\textwidth} \column{0.5\textwidth} %\hspace*{0.7cm} Vorteile: \begin{itemize} %\addtolength{\itemindent}{0.7cm} \item Vorteil 1 \item Vorteil 2 \item Vorteil 3 \end{itemize} \column{0.4\textwidth} Nachteile: \begin{itemize} \item Nachteil 1 \item Nachteil 2 \item Nachteil 3 \end{itemize} \end{columns} \end{frame} % 4. Folie \section{Bl\"ocke} \begin{frame} \frametitle{Bl\"ocke} \begin{block}{Blocktitel} Blocktext \end{block} \begin{exampleblock}{Beispielblocktitel} Beispielblocktext \end{exampleblock} \begin{alertblock}{Beispielblocktitel 2} Alertblock \end{alertblock} \end{frame} % 5. Folie \section{Erweiterte Aufz\"{a}hlungen} \begin{frame} \frametitle{Erweiterte Aufz\"{a}hlungen} \begin{itemize} \item Einleitung \item<2-> daher \item aber Achtung! \item<3-> also so und so \item<4-> Schlussfolgerung \end{itemize} \end{frame} % 6. Folie \section{Textumflossener Text} \begin{frame} \frametitle{Textumflossener Text} \begin{wrapfigure}{r}{6cm} \includegraphics[width=5.5cm]{logo_100_Pant_RGB.jpg} \caption{Logo der Universit\"at Ulm} \end{wrapfigure} Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. \end{frame} \end{document}