Improve demo slides
This commit is contained in:
parent
69e2197991
commit
17d9ae9558
92
demo.tex
92
demo.tex
|
@ -2,72 +2,100 @@
|
||||||
|
|
||||||
\usetheme{m}
|
\usetheme{m}
|
||||||
|
|
||||||
\title{Titel der supertollen Arbeit}
|
\usepackage{booktabs}
|
||||||
\subtitle{Untertitel}
|
|
||||||
|
\title{A clean, modern beamer theme}
|
||||||
|
\subtitle{}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\author{Max Mustermann --- max.mustermann@foo.com}
|
\author{Matthias Vogelgesang}
|
||||||
\institute{Institut für so und so\\Universtität Bla}
|
\institute{Institute for foo bar}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
|
\begin{frame}{The mtheme}
|
||||||
|
|
||||||
\section{Motivation}
|
The \emph{mtheme} is a clean beamer theme based on Fira Sans.
|
||||||
|
|
||||||
|
Sections separate frames of the same topic. They also have a nice progress
|
||||||
|
indicator.
|
||||||
|
|
||||||
\begin{frame}{Viel text}
|
|
||||||
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. 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.
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
\section{Elements}
|
\section{Elements}
|
||||||
|
|
||||||
|
\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}
|
||||||
|
|
||||||
\begin{frame}{Lists}
|
\begin{frame}{Lists}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Hello
|
\item Milk
|
||||||
\item Hello \emph{you}
|
\item Eggs
|
||||||
\item htt \url{http://google.com}
|
\item Potatos
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item \alert{important}
|
\item First,
|
||||||
\item Two
|
\item Second and
|
||||||
\item Three
|
\item Last.
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
|
\begin{description}
|
||||||
|
\item[PowerPoint] Meeh.
|
||||||
|
\item[Beamer] Yeeeha.
|
||||||
|
\end{description}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Animation}
|
\begin{frame}{Animation}
|
||||||
\begin{itemize}[<+- | alert@+>]
|
\begin{itemize}[<+- | alert@+>]
|
||||||
\item Hey
|
\item \alert<4>{Hey}
|
||||||
\item \alert<4>{Ho}
|
\item Ho
|
||||||
\item Let's go
|
\item Let's go
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Figures}
|
\begin{frame}{Figures}
|
||||||
|
Figures play a vital role to \emph{visualize} an idea. Here's one made with
|
||||||
|
TikZ:
|
||||||
|
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\node[circle, draw=black] at (0, 0) {foo};
|
\node[circle, draw=black] at (0, 0) {foo};
|
||||||
\node[rectangle, draw=black] at (2, 0) {bar};
|
\node[rectangle, draw=black] at (2, 0) {bar};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\caption{Circle and rectangle}
|
\caption{A circle and a rectangle.}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\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}
|
||||||
|
|
||||||
\begin{frame}{Blocks}
|
\begin{frame}{Blocks}
|
||||||
\begin{block}{Fancy block title}
|
|
||||||
Block inside
|
\begin{block}{A descriptive title}
|
||||||
|
Blocks can give your slides structure. Unfortunately, most themes put fling
|
||||||
|
them right at your face.
|
||||||
\end{block}
|
\end{block}
|
||||||
|
|
||||||
Outside
|
Maybe we should play outside.
|
||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Math}
|
\begin{frame}{Math}
|
||||||
|
@ -88,7 +116,15 @@ sanctus est Lorem ipsum dolor sit amet.
|
||||||
\section{Conclusion}
|
\section{Conclusion}
|
||||||
|
|
||||||
\begin{frame}{Summary}
|
\begin{frame}{Summary}
|
||||||
Last words.
|
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.
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\statement{Questions?}
|
\statement{Questions?}
|
||||||
|
|
Loading…
Reference in New Issue