summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/index/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/index/README
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/index/README')
-rw-r--r--Master/texmf-dist/doc/latex/index/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/index/README b/Master/texmf-dist/doc/latex/index/README
new file mode 100644
index 00000000000..d43617b5f55
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/index/README
@@ -0,0 +1,14 @@
+HOW TO INSTALL THIS FILE:
+
+Run tex on index.ins to unpack the files index.sty and sample.tex.
+Then install index.sty wherever style files belong on your system and
+read the comments at the beginning of sample.tex to see how to run the
+test. Finally, format the documentation by executing the following
+three commands:
+
+ latex index.dtx
+ makeindex -s gind.ist index
+ latex index.dtx
+
+David M. Jones
+dmjones@theory.lcs.mit.edu