summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamerappendixnote
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-27 21:03:48 +0000
committerKarl Berry <karl@freefriends.org>2020-06-27 21:03:48 +0000
commitcf8bd6e1ef6fe958941b909299e8db15bae9caef (patch)
tree287476ced82bc9fc2b283b5eb0e22e25d86b072a /Master/texmf-dist/doc/latex/beamerappendixnote
parent5dfedeed3b702aa29663082dfe7d6d020e2b7700 (diff)
beamerappendixnote (27jun20)
git-svn-id: svn://tug.org/texlive/trunk@55676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamerappendixnote')
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/README.md18
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdfbin56311 -> 57462 bytes
-rwxr-xr-xMaster/texmf-dist/doc/latex/beamerappendixnote/build.sh30
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdfbin9924 -> 9920 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdfbin0 -> 16178 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex12
6 files changed, 54 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/README.md b/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
index b75eb9c94fb..0aff14ca6f8 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
+++ b/Master/texmf-dist/doc/latex/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
```
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
index c6160f51862..fbd99a21f50 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/build.sh b/Master/texmf-dist/doc/latex/beamerappendixnote/build.sh
new file mode 100755
index 00000000000..0bc9d37a883
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/build.sh
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+NAME=beamerappendixnote
+TEXMF_DIR=~/texmf/tex/latex/$NAME
+BUILD_DIR=.tex-build
+
+# compile sty
+mkdir -p $BUILD_DIR
+tex -output-directory=$BUILD_DIR $NAME.ins
+
+# install sty
+mkdir -p $TEXMF_DIR
+ln -sf "`pwd`/$BUILD_DIR/$NAME.sty" $TEXMF_DIR
+
+# compile examples
+for f in example*.tex
+ do xelatex -output-directory=$BUILD_DIR $f
+done
+xelatex -output-directory=$BUILD_DIR example*.tex
+ln -sf $BUILD_DIR/example*.pdf ./
+
+# compile documentation
+xelatex -output-directory=$BUILD_DIR $NAME.dtx
+xelatex -output-directory=$BUILD_DIR $NAME.dtx
+ln -sf $BUILD_DIR/$NAME.pdf
+
+# zip for upload
+cd ..
+rm -f zip $NAME.zip
+zip $NAME.zip $NAME/*
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
index 6f96ecb4f28..d07c0a005f6 100644
--- a/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf
new file mode 100644
index 00000000000..08e6a705b17
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex
new file mode 100644
index 00000000000..c4b900b1de8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex
@@ -0,0 +1,12 @@
+\documentclass[20pt]{beamer}
+\usepackage{beamerappendixnote}
+\usepackage{lipsum}
+\begin{document}
+\begin{frame}{Main title}
+ Main content \vfill
+ \appxnote[allowframebreaks]{Long note}{
+ \lipsum[2]
+ }
+\end{frame}
+\printappxnotes
+\end{document} \ No newline at end of file