[texhax] multi indices using Pctex6
William F Hammond
hmwlfsr at yahoo.com
Tue Jan 14 06:14:21 CET 2014
A Emery <emery at u.washington.edu> writes:
> I am trying to created several indices using Pctex6. the
> following script does not work.
> Any suggestions.
>
> thanks
>
> \documentclass{book}
> \usepackage{multind}
> \makeindex{books}
> \makeindex{authors}
>
>
> \begin{document}
> this is a test of using multi indices
> \index{books}{Book 1}
> \index{authors}{Author 1}
>
>
> Two entries have been added, 1 to each index
>
> \index{books}{Book 2}
> \index{authors}{Author 2}
>
>
> ...
> \printindex{books}{The Books index}
> \printindex{authors}{The Authors index}
> \end{document}
The LaTeX file looks good here.
I cannot comment on specifics of pctex6, but,
as a general rule, at a command line, you'll
want to run
latex multitest
makeindex authors
makeindex books
latex multitest
where "multitest" is the name assumed for
the LaTeX file.
The two indices will be on the last two pages.
-- Bill
Email: hmwlfsr at yahoo.com
gellmu at gmail.com
https://www.facebook.com/william.f.hammond
http://www.albany.edu/~hammond/
More information about the texhax
mailing list