summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/multicolrule/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-22 21:54:42 +0000
committerKarl Berry <karl@freefriends.org>2018-12-22 21:54:42 +0000
commit9ce87495da8b3b9e6adbccb41c78d1554af1d71a (patch)
treefaa9bf81c775dd6177a15d859ad7e51aa47d60f5 /Master/texmf-dist/doc/latex/multicolrule/README.md
parentbe95bc2cf6a3578a498f124d737244329dec915f (diff)
multicolrule (22dec18)
git-svn-id: svn://tug.org/texlive/trunk@49480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/multicolrule/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/multicolrule/README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/multicolrule/README.md b/Master/texmf-dist/doc/latex/multicolrule/README.md
index 1d7de9b8b63..f3413ae2b93 100644
--- a/Master/texmf-dist/doc/latex/multicolrule/README.md
+++ b/Master/texmf-dist/doc/latex/multicolrule/README.md
@@ -15,16 +15,17 @@ This package is provided as a .dtx file. To install it and
compile the documentation at the same time, simply process the
.dtx file with LaTeX (for example, `pdflatex multicolrule.dtx`).
To extract the package only, process the file with TeX
-(`tex multicolrule.dtx`). If you have trouble compiling the
-index for the documentation, note that the documentation uses
-the l3doc class to index the code, and so the makeindex command
-should be the following:
+(`tex multicolrule.dtx`). Note that the documentation uses
+the l3doc class to index the code, and so to get the index, you
+must issue:
`makeindex -s gind.ist -o multicolrule.ind multicolrule.idx`
+and to get the change list, you must issue
+
+`makeindex -s gglo.ist -o multicolrule.gls multicolrule.glo`.
+
This package requires LaTeX3 support to run, and compiling the
documentation requires a variety of other packages, all of which
are available on CTAN and any modern installation (TeX Live,
MiKTeX, etc.).
-\RequirePackage{expl3}
-\RequirePackage{xparse}