[texhax] multi indices using Pctex6
A Emery
emery at u.washington.edu
Mon Jan 13 19:25:27 CET 2014
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}
More information about the texhax
mailing list