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