summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/beamerappendixnote/README.md
blob: 48321f6dc434232ce19b2dffd7dc406c0920dd3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.

# Licence

The `beamerappendixnote` package is made available under the [LaTeX Project Public License (LPPL)](http://www.latex-project.org/lppl.txt), either version 1.3c of this license or (at your option) any later version.

# 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.

# Build

1. Generate beamersubframe.sty
```
tex beamersubframe.ins
```

2. Compile examples
```
xelatex example*
```

3. Compile documentation
```
xelatex beamersubframe.dtx 
xelatex beamersubframe.dtx 
```