Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do initial commit
Add `projekte.tex` copied from the README from metropolistheme [1].

Copy the style build with `make`.

[1] https://github.com/matze/mtheme
  • Loading branch information
pmenzel committed Sep 5, 2016
0 parents commit 5ac6cda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projekte.tex
@@ -0,0 +1,13 @@
\documentclass{beamer}
\usetheme{metropolis} % Use metropolis theme
\title{A minimal example}
\date{\today}
\author{Matthias Vogelgesang}
\institute{Centre for Modern Beamer Themes}
\begin{document}
\maketitle
\section{First Section}
\begin{frame}{First Frame}
Hello, world!
\end{frame}
\end{document}

0 comments on commit 5ac6cda

Please sign in to comment.