summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/volumes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/volumes
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/volumes')
-rw-r--r--Master/texmf-dist/doc/latex/volumes/README26
-rw-r--r--Master/texmf-dist/doc/latex/volumes/volumes.pdfbin0 -> 167943 bytes
2 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/volumes/README b/Master/texmf-dist/doc/latex/volumes/README
new file mode 100644
index 00000000000..4ac7d8c139e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/volumes/README
@@ -0,0 +1,26 @@
+Abstract
+
+ volumes.sty - Typeset only parts of a document, with complete indices etc.
+
+ This package tries to help you if you want to produce separate printed volumes
+ from one LaTeX document, as well as one comprehensive, "all-inclusive" version.
+ It suppresses the part of the table of contents that are not typeset, while
+ counters, definitions, index entries etc. are kept consistent throughout the
+ input file.
+
+To produce the style and auxiliary files
+
+ latex volumes.ins
+
+
+To produce the documentation
+
+ (pdf)latex volumes.dtx
+
+ To produce an index for the documentation:
+
+ makeindex -s gind.ist volumes
+
+ To produce a change history for the documentation:
+
+ makeindex -s gglo.ist -o volumes.gls volumes.glo
diff --git a/Master/texmf-dist/doc/latex/volumes/volumes.pdf b/Master/texmf-dist/doc/latex/volumes/volumes.pdf
new file mode 100644
index 00000000000..cce3520a2d2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/volumes/volumes.pdf
Binary files differ