summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md')
-rw-r--r--macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md18
1 files changed, 12 insertions, 6 deletions
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
```