Andri said:
I want to create two indexes,one author index and one subject index
in one document in Word. How to I mark the words in the document so
as to have two seperate indexes?
You need to include an \f switch in each index entry (XE) field, followed by
a value that says which index it belongs to. The values could be "a" and "s"
for author and subject (the whole words would work, but that's too much
typing). For example:
{ XE "King:Stephen" \f "a" }
{ XE "mystery" \f "s" }
Then you need two Index fields, each with one of the \f switches:
{ Index \f "a" }
{ Index \f "s" }
The first index will include only the entries that contain the \f "a"
switch, and the second index will include only the ones with the \f "s"
switch.
Look at the Help topics "Field codes: XE (Index Entry) field" and "Field
codes: Index field" for more.
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.