8 May
2023
8 May
'23
3:27 a.m.
On Sun, 7 May 2023 22:26:12 +0000 (UTC)
Joel via ntg-context
I have an index like this:
\starttext \index{butterflies}\index{horses}\index{cows} \placeindex
\stoptext The placeindex will place every index. Is there a way to say, display an index, but only for a specific single entry, or specific list of entries, e.g. \placeindex[horses, cows] (would exclude butterflies from the index entries) --Joel
You can use multiple lists, like indexofmammals and indexofarthropods, and then place one or combine them, as needed. Alan