From 62dc979b3581324476e859c5193c81c4583e2618 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 27 Jun 2020 03:01:57 +0000 Subject: CTAN sync 202006270301 --- .../beamer-contrib/beamerappendixnote/README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md') diff --git a/macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md b/macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md index b75eb9c94f..0aff14ca6f 100644 --- a/macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md +++ b/macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md @@ -1,4 +1,8 @@ -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. +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. + +# Documentation + +The package documentation can be found at http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/beamerappendixnote/beamerappendixnote.pdf. # Licence @@ -6,13 +10,15 @@ The `beamerappendixnote` package is made available under the [LaTeX Project Publ # Installation -To install the package, copy beamersubframe.sty into your `texmf` folder. If you wish to build this file from the source code, follow the following instructions. +To install the package through a package manager (recommended), follow the instructions in the [documentation](http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/beamerappendixnote/beamerappendixnote.pdf). + +To install the package manually, copy beamerappendixnote.sty into your `texmf` folder. If you wish to build this file from the source code, follow the following instructions or - if you are running a UNIX machine - run `build.sh`. # Build -1. Generate beamersubframe.sty +1. Generate beamerappendixnote.sty ``` -tex beamersubframe.ins +tex beamerappendixnote.ins ``` 2. Compile examples @@ -22,7 +28,7 @@ xelatex example* 3. Compile documentation ``` -xelatex beamersubframe.dtx -xelatex beamersubframe.dtx +xelatex beamerappendixnote.dtx +xelatex beamerappendixnote.dtx ``` -- cgit v1.2.3