Skip to content

Instantly share code, notes, and snippets.

@janstuemmel
Created December 14, 2017 17:19
Show Gist options
  • Select an option

  • Save janstuemmel/2b8fc7be514b679c24d4534a757040cf to your computer and use it in GitHub Desktop.

Select an option

Save janstuemmel/2b8fc7be514b679c24d4534a757040cf to your computer and use it in GitHub Desktop.
latex beamer boilerplate
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usetheme{default}
\title{Krypto}
\author{Jon Doe}
\date{\today}
\begin{document}
\maketitle
% \frame{\tableofcontents[currentsection]}
\section{Abschnitt 1}
\begin{frame}
\frametitle{Ein Demotitel}
\begin{Definition}
Eine Definition
\end{Definition}
\end{frame}
\section{Abschnitt 2}
\begin{frame}
\frametitle{Blabla foo}
\begin{Definition}
Solche Definitionen. Man man man.
\end{Definition}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment