Yes, I've read Wilson's memoir class manual.
I've been wrestling with this for some time now, but the stuff on 306-307 just isn't working for me.
i.e.
\makeindex
\makeindex[lines]
% in body
... index{main} ... \index[lines]{First line}
...
% at end
\clearpage
% main index
\pagestyle{Index}
\renewcommand{\preindexhook}{%
The first page number ....\vskip\onelineskip}
\printindex
%%%% WORKS UP TO HERE, at least when \pagestyle{Index} is commented out
% second index
\clearpage
\pagestyle{ruled}
\renewcommand{\preindexhook}{}
\renewcommand{\indexname}{Index of first lines}
\onecolindex
\printindex[lines]
Am I leaving out a \usepackage line? I simply wnat to build another index. I presume that after getting #2 done, others will be as "easy..."
Document Classes ⇒ Multiple Indexes in Memoir Class
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Multiple Indexes in Memoir Class
Please post a full minimal example, sniplets are anoying to work with