Two indexes in one document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all.
I am trying to create two seperate indexes in one document (Word 2000) i.e.
a Subject Index and a Title Index.
Does anyone know if this is possible and if so how to do it?
Thanks very much!
Hels.
 
One way would be to insert XE fields with \f switches to mark each subject or
title entry. For example: { XE "Subject text" \f "subject" } or { XE "Title
text" \f "title" }. Then you can insert INDEX fields with \f switches to
generate the subject index and title index. For example: { INDEX \f
"subject" } or { INDEX \f "title" }.
 
Back
Top