summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/beamerappendixnote/example-basic.tex
blob: e0eb2b68b81633884fca349d92339bb4da987188 (plain)
1
2
3
4
5
6
7
8
9
\documentclass[20pt]{beamer}
\usepackage{beamerappendixnote}
\begin{document}
\begin{frame}{Main frame}
  Main content \vfill
  \appxnote{Appendix note}{Note content}
\end{frame}
\printappxnotes
\end{document}