summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-07 20:40:05 +0000
committerKarl Berry <karl@freefriends.org>2020-06-07 20:40:05 +0000
commit8f25ffcdf23374c870c29476c01793628e58a305 (patch)
treef76b4d5f57a0419327dd036b61f864706d6df38f /Master/texmf-dist/doc/latex
parent75f382589653aafbe2fd6c8f16850fe6e32e64f1 (diff)
beamerappendixnote (7jun20)
git-svn-id: svn://tug.org/texlive/trunk@55472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdfbin53574 -> 56311 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdfbin10737 -> 9924 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex4
4 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/README.md b/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
index 48321f6dc43..b75eb9c94fb 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
@@ -1,4 +1,4 @@
-Beamer appendix note introduces the `\beamerappxnote` command, which puts the note's content on a separate beamer frame, shown by the command `\printappxnotes`. It also creates interactive buttons to move back and forth between the two frames.
+Beamer appendix note introduces the `\appxnote` command, which puts the note's content on a separate beamer frame, shown by the command `\printappxnotes`. It also creates interactive buttons to move back and forth between the two frames.
# Licence
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
index cc3d4de9e8b..c6160f51862 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
index 1e560098a0d..6f96ecb4f28 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
index e0eb2b68b81..e2349546c7b 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
@@ -1,9 +1,9 @@
\documentclass[20pt]{beamer}
\usepackage{beamerappendixnote}
\begin{document}
-\begin{frame}{Main frame}
+\begin{frame}{Main title}
Main content \vfill
- \appxnote{Appendix note}{Note content}
+ \appxnote{Note title}{Note content}
\end{frame}
\printappxnotes
\end{document} \ No newline at end of file