summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/manyind/mind.html
blob: aa9338d29dde5fbe7ee5480abe96fd2e36713a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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>