summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
new file mode 100644
index 00000000000..e0eb2b68b81
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
@@ -0,0 +1,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} \ No newline at end of file