diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-02 21:47:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-02 21:47:00 +0000 |
commit | c239139e084de4b189620ca1ba4a01f35f7c1f71 (patch) | |
tree | fe09852463418cd2fd4e22dc5e05e1b427a08d4f /Master/texmf-dist/doc | |
parent | d951bc9f58592f46cf7377505e194ab71b17bc7f (diff) |
beamerappendixnote (2jul20)
git-svn-id: svn://tug.org/texlive/trunk@55732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf | bin | 57462 -> 70403 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.pdf | bin | 0 -> 9938 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf | bin | 9920 -> 9922 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf | bin | 16178 -> 16497 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex | 6 |
6 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf Binary files differindex fbd99a21f50..abf24f3241a 100644 --- a/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf +++ b/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.pdf Binary files differnew file mode 100644 index 00000000000..eedec8eb18d --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.pdf diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.tex b/Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.tex new file mode 100644 index 00000000000..8353957c01d --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-backtop.tex @@ -0,0 +1,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}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf Binary files differindex d07c0a005f6..cf7245e006b 100644 --- a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf +++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf Binary files differindex 08e6a705b17..77d17773094 100644 --- a/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf +++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex index c4b900b1de8..f5633bd3ed0 100644 --- a/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex +++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex @@ -1,12 +1,10 @@ \documentclass[20pt]{beamer} -\usepackage{beamerappendixnote} +\usepackage[backposition=title]{beamerappendixnote} \usepackage{lipsum} \begin{document} \begin{frame}{Main title} Main content \vfill - \appxnote[allowframebreaks]{Long note}{ - \lipsum[2] - } + \appxnote[allowframebreaks]{Long note}{\lipsum[3]} \end{frame} \printappxnotes \end{document}
\ No newline at end of file |