summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/manyind/mind.html
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/manyind/mind.html
Initial commit
Diffstat (limited to 'macros/latex/contrib/manyind/mind.html')
-rw-r--r--macros/latex/contrib/manyind/mind.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/macros/latex/contrib/manyind/mind.html b/macros/latex/contrib/manyind/mind.html
new file mode 100644
index 0000000000..aa9338d29d
--- /dev/null
+++ b/macros/latex/contrib/manyind/mind.html
@@ -0,0 +1,46 @@
+<HTML>
+<HEAD>
+<TITLE>manyind package for LaTeX</TITLE>
+</HEAD>
+
+<BODY>
+<H1><A NAME="top"> manyind package for many indexes in LaTeX</A></H1>
+
+
+<H2>Just run latex and makeindex as if there is one index only</H2>
+ The package
+<A HREF="manyind.sty">manyind.sty</A> (version 2019/01/28)
+ provides support for many indexes, leaving all the bookkeeping to LaTeX and makeindex.
+ No extra programs or files are needed. One runs latex and makeindex as if there is
+ just one index. In the main file one puts commands like
+ \setindex{main}
+ to steer the flow.
+
+ Some features of makeindex do no longer work.
+
+
+<P>The sample file <A HREF="mindsample.tex">mindsample.tex</A>
+explains and illustrates the usage.
+
+<P>After the old fashioned
+<DL>
+<DD>pdflatex <A HREF="mindsample.tex">mindsample.tex</A>
+<DD>makeindex mindsample
+<DD>pdflatex mindsample.tex
+<DD>pdflatex mindsample.tex
+</DL>
+you should have something like <A HREF="mindsample.pdf">this PDF file</A>.
+
+<P>If you want several indexes with pagerefs you may try
+ \usepackage[multind]{robustindex} instead.
+ See <A HREF="https://www.staff.science.uu.nl/~kalle101/stind.html">Home page of
+ robustindex.sty</A>
+
+<BR>
+
+<BR><BR><BR>
+<A HREF="https://www.staff.science.uu.nl/~kalle101/">Wilberd van der Kallen</A>
+
+
+</BODY>
+</HTML>