📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / Tutorenschlung / presentation / presentation.tex
132941 viewsLicense: OTHER
\documentclass[usepdftitle=false,hyperref={pdfpagelabels=false}]{beamer}12% use KIT-Theme3% see http://sdqweb.ipd.kit.edu/wiki/Dokumentvorlagen4%\usetheme{Frankfurt} % see http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html as fallback5\InputIfFileExists{../templates/beamerthemekit.sty}{\usepackage{../templates/beamerthemekit}}{\usetheme{Frankfurt}}6\usefonttheme{professionalfonts}78\usepackage{hyperref}9\usepackage{lmodern}10\usepackage{listings}11\usepackage{wrapfig} % see http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions12\usepackage[utf8]{inputenc} % this is needed for german umlauts13\usepackage[ngerman]{babel} % this is needed for german umlauts14\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf15\usepackage{verbatim}16\usepackage{relsize}17\usepackage{subfigure}18\usepackage{algorithm,algpseudocode}19\usepackage{minted} % needed for the inclusion of source code20\usepackage{menukeys}21\usepackage{xcolor}22\usepackage{../templates/myStyle}2324\newcommand\titleText{Präsentationstechniken - Aufbau und Gliederung}25\institute{Fakultät für Informatik}2627\hypersetup{pdftitle={\titleText}}28\beamertemplatenavigationsymbolsempty2930\newcommand\InsertToC[1][]{31\begin{frame}{Outline}32\tableofcontents[subsectionstyle=show/show/show, subsubsectionstyle=show/show/show, #1]33\end{frame}34}3536\begin{document}37\title{\titleText}38\subtitle{Tutorenprogramm - Start in die Lehre}39\author{Dominik, Martin, Nilan, Timo}40\date{\today}41\subject{Programmieren}4243\frame{\titlepage}4445\frame{46\frametitle{Inhaltsverzeichnis}47\setcounter{tocdepth}{1}48\tableofcontents49\setcounter{tocdepth}{2}50}5152\section{Aufbau und Gliederung}53\input{Aufbau}5455\section{Einleitung}56\input{Einleitung}5758\section{Hauptteil}59\input{Hauptteil}6061\section{Abschluss}62\input{Abschluss}6364\section{Abspann}65\subsection{Comic}66\framedgraphic{Vielen Dank für eure Aufmerksamkeit!}{../images/Teach-yourself-C++-in-21-days.png}6768\end{document}697071