diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-15 22:19:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-15 22:19:53 +0000 |
commit | 1cffeb47b775226f1d947b95055f86daac06c88a (patch) | |
tree | fb4e08cc211c86b8b43b91c3386d9082704692d2 /Master/texmf-dist/doc/latex/appendixnumberbeamer/README.md | |
parent | a783b79765d8c094d57eac4d78bdd649cabcfe55 (diff) |
appendixnumberbeamer (15jan18)
git-svn-id: svn://tug.org/texlive/trunk@46317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/appendixnumberbeamer/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/appendixnumberbeamer/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/appendixnumberbeamer/README.md b/Master/texmf-dist/doc/latex/appendixnumberbeamer/README.md new file mode 100644 index 00000000000..e3c93207501 --- /dev/null +++ b/Master/texmf-dist/doc/latex/appendixnumberbeamer/README.md @@ -0,0 +1,14 @@ +# appendixnumberbeamer.sty + +This package fixes the frame numbering in `beamer` when using an appendix +such that the slides of the appendix are not counted in the total frame +number of the main part of the document. The total frame number counter +is reset to 0 when entering the appendix. + +The standard usage is to include `\usepackage{appendixnumberbeamer}` in +the preamble and then declare the beginning of the appendix as usual +using the `\appendix` command. + +This package is also available from +http://www.ctan.org/pkg/appendixnumberbeamer and is included in the +TeXLive and MiKTeX distributions
\ No newline at end of file |