metropolis_theme/demo.tex

133 lines
2.5 KiB
TeX
Raw Normal View History

2014-09-05 10:53:01 +02:00
\documentclass[10pt, compress]{beamer}
2014-08-28 10:57:04 +02:00
\usetheme{m}
2014-09-04 16:25:58 +02:00
\usepackage{booktabs}
\title{A clean, modern beamer theme}
\subtitle{}
2014-08-28 10:57:04 +02:00
\date{\today}
2014-09-04 16:25:58 +02:00
\author{Matthias Vogelgesang}
\institute{Institute for foo bar}
2014-08-28 10:57:04 +02:00
\begin{document}
\maketitle
2014-09-04 16:25:58 +02:00
\begin{frame}{The mtheme}
2014-08-28 10:57:04 +02:00
2014-09-04 16:25:58 +02:00
The \emph{mtheme} is a clean beamer theme based on Fira Sans.
2014-08-28 10:57:04 +02:00
2014-09-04 16:25:58 +02:00
Sections separate frames of the same topic. They also have a nice progress
indicator.
2014-08-28 10:57:04 +02:00
2014-09-04 16:25:58 +02:00
\end{frame}
2014-08-28 10:57:04 +02:00
\section{Elements}
2014-09-04 16:25:58 +02:00
\begin{frame}{Typography}
This is with \emph{emphasis} on that sometimes sets \alert{accents} but never
comes across outright \textbf{bold}. The class style is hosted at
\url{http://github.com/matze/mtheme}.
How much space do we need?
\end{frame}
2014-08-28 10:57:04 +02:00
\begin{frame}{Lists}
\begin{itemize}
2014-09-04 16:25:58 +02:00
\item Milk
\item Eggs
\item Potatos
2014-08-28 10:57:04 +02:00
\end{itemize}
\begin{enumerate}
2014-09-04 16:25:58 +02:00
\item First,
\item Second and
\item Last.
2014-08-28 10:57:04 +02:00
\end{enumerate}
2014-09-04 16:25:58 +02:00
\begin{description}
\item[PowerPoint] Meeh.
\item[Beamer] Yeeeha.
\end{description}
2014-08-28 10:57:04 +02:00
\end{frame}
2014-09-03 14:37:29 +02:00
\begin{frame}{Animation}
\begin{itemize}[<+- | alert@+>]
2014-09-04 16:25:58 +02:00
\item \alert<4>{Hey}
\item Ho
2014-09-03 14:37:29 +02:00
\item Let's go
\end{itemize}
\end{frame}
2014-08-28 10:57:04 +02:00
\begin{frame}{Figures}
2014-09-04 16:25:58 +02:00
Figures play a vital role to \emph{visualize} an idea. Here's one made with
TikZ:
2014-08-28 10:57:04 +02:00
\begin{figure}
\begin{tikzpicture}
\node[circle, draw=black] at (0, 0) {foo};
\node[rectangle, draw=black] at (2, 0) {bar};
\end{tikzpicture}
2014-09-04 16:25:58 +02:00
\caption{A circle and a rectangle.}
2014-08-28 10:57:04 +02:00
\end{figure}
\end{frame}
2014-09-04 16:25:58 +02:00
\begin{frame}{Tables}
\begin{table}
\caption{A table}
\begin{tabular}{lll}
\toprule
Foo & Bar & Baz\\
\midrule
Foo & Bar & Baz\\
\bottomrule
\end{tabular}
\end{table}
\end{frame}
2014-08-28 10:57:04 +02:00
\begin{frame}{Blocks}
2014-09-04 16:25:58 +02:00
\begin{block}{A descriptive title}
Blocks can give your slides structure. Unfortunately, most themes put fling
them right at your face.
2014-08-28 10:57:04 +02:00
\end{block}
2014-09-04 16:25:58 +02:00
Maybe we should play outside.
2014-08-28 10:57:04 +02:00
\end{frame}
\begin{frame}{Math}
\begin{equation*}
I_c(x,y) = \sum_{i=-n}^n\sum_{j=-n}^n w\left(
\mathcal{N}_{x,y},\ \mathcal{N}_{x-i, y-j}\right)
\cdot
I_r(x-i,y-j)
\end{equation*}
\end{frame}
2014-09-03 14:37:45 +02:00
\begin{frame}{Quotes}
\begin{quote}
Veni, Vidi, Vici
\end{quote}
\end{frame}
2014-08-28 10:57:04 +02:00
\section{Conclusion}
\begin{frame}{Summary}
2014-09-04 16:25:58 +02:00
Get it at
\begin{center}\url{github.com/matze/mtheme}\end{center}
or read some non-fiction at
\begin{center}\url{bloerg.net}\end{center}
Oh, it's licensed \textsc{cc-by-sa} but you don't need to slap my name on every slide.
2014-08-28 10:57:04 +02:00
\end{frame}
2014-08-28 17:53:56 +02:00
\statement{Questions?}
2014-08-28 10:57:04 +02:00
\end{document}