summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-14 21:25:03 +0000
committerKarl Berry <karl@freefriends.org>2016-03-14 21:25:03 +0000
commit1cdee1080e0ad8f88624629e00039d9fe89c1b54 (patch)
treede1ea75b810891ce5bc773022516edfab072ac77 /Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex
parentecc285a4a14716fefbfab61485038eb34dd32a5e (diff)
beamertheme-metropolis (14mar16)
git-svn-id: svn://tug.org/texlive/trunk@40024 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex30
1 files changed, 27 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex b/Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex
index 50eb7fa5a4e..e7cbcbce89b 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex
+++ b/Master/texmf-dist/doc/latex/beamertheme-metropolis/demo.tex
@@ -1,6 +1,7 @@
\documentclass[10pt]{beamer}
\usetheme{metropolis}
+\usepackage{appendixnumberbeamer}
\usepackage{booktabs}
\usepackage[scale=2]{ccicons}
@@ -16,7 +17,7 @@
\date{\today}
\author{Matthias Vogelgesang}
\institute{Center for modern beamer themes}
-% \titlegraphic{\hfill\includegraphics[height=1.5cm]{logo/logo}}
+% \titlegraphic{\hfill\includegraphics[height=1.5cm]{logo.pdf}}
\begin{document}
@@ -65,7 +66,7 @@
\end{frame}
{
-\metroset{titleformat frame=smallcaps}
+ \metroset{titleformat frame=smallcaps}
\begin{frame}{Small caps}
This frame uses the \texttt{smallcaps} titleformat.
@@ -280,6 +281,14 @@ or show \textbf{bold} results.\end{verbatim}
\end{quote}
\end{frame}
+{%
+\setbeamertemplate{frame footer}{My custom footer}
+\begin{frame}[fragile]{Frame footer}
+ \themename defines a custom beamer template to add a text to the footer. It can be set via
+ \begin{verbatim}\setbeamertemplate{frame footer}{My custom footer}\end{verbatim}
+\end{frame}
+}
+
\begin{frame}{References}
Some references to showcase [allowframebreaks] \cite{knuth92,ConcreteMath,Simpson,Er01,greenwade93}
\end{frame}
@@ -300,7 +309,22 @@ or show \textbf{bold} results.\end{verbatim}
\end{frame}
-\plain{Questions?}
+\begin{frame}[standout]
+ Questions?
+\end{frame}
+
+\appendix
+
+\begin{frame}[fragile]{Backup slides}
+ Sometimes, it is useful to add slides at the end of your presentation to
+ refer to during audience questions.
+
+ The best way to do this is to include the \verb|appendixnumberbeamer|
+ package in your preamble and call \verb|\appendix| before your backup slides.
+
+ \themename will automatically turn off slide numbering and progress bars for
+ slides in the appendix.
+\end{frame}
\begin{frame}[allowframebreaks]{References}