summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamersubframe/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamersubframe/README')
-rw-r--r--Master/texmf-dist/doc/latex/beamersubframe/README42
1 files changed, 27 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/beamersubframe/README b/Master/texmf-dist/doc/latex/beamersubframe/README
index e661088543b..6fb9795eef7 100644
--- a/Master/texmf-dist/doc/latex/beamersubframe/README
+++ b/Master/texmf-dist/doc/latex/beamersubframe/README
@@ -1,30 +1,42 @@
-Copyright (c) 2004 Mike Kaufmann
+Copyright (c) 2011 Mike Kaufmann
m.km@gmx.de
Licence: LPPL
<http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html>
+
1. What is it
The Beamer SubFrame package provides a method to reorder frames in the
PDF file without reordering the source. Mainly, it is meant to embed or
append frames with details on some subject.
-This is the very first version! It's still considered experimental!
-Everything, including the name and the user interface, may change in
-the future.
+This package is in an early state of development (it's version 0.2).
+It is already useful, but there are some restrictions. And although
+it's not planned, the user interface may change in the future.
+
+
+2. Generating beamersubframe.sty
+Simply run: tex beamersubframe.ins
+
+The file beamersubframe.dtx also contains a small example. You will be asked,
+if you want to generate it.
+
+
+3. Making the Documentation
+To get contents, cross references and index right, run TeX and makeindex
+as follows:
-Although it can only be used with the beamer class, it is not a part
-of the beamer class!
+pdflatex beamersubframe.dtx
+makeindex -s gind.ist beamersubframe.idx
+pdflatex beamersubframe.dtx
+pdflatex beamersubframe.dtx
-2. Example
-The presentation explainig the package also serves as an example.
-Feel free to play around with it.
-3. Files
-00readme this file
-beamersubframe.sty the package
-beamersubframe.tex source of presentation
-beamersubframe.pdf presentation
+4. Files
+README this file
+beamersubframe.dtx
+beamersubframe.ins the package
+beamersubframe.pdf the manual
beamersubframe-append.pdf
-beamersubframe-embed.pdf pictures used in presentation
+beamersubframe-embed.pdf pictures used in manual
beamersubframe-append.svg
beamersubframe-embed.svg source of pictures (inkscape)