Re: [NTG-context] How to print all pages for a single index entry?

2023-05-07 Thread Alan Braslau via ntg-context
On Sun, 7 May 2023 22:26:12 + (UTC)
Joel via ntg-context  wrote:

> 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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] How to print all pages for a single index entry?

2023-05-07 Thread 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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___