7 Nov
2020
7 Nov
'20
10:11 a.m.
Am 04.09.2020 um 11:59 schrieb Wolfgang Schuster
: Henning Hraban Ramm schrieb am 03.09.2020 um 10:17:
Hi, I’d like to have an (person) index entry like Ramm, Hraban passim i.e. without actual page number. How can I force that? I also need to be able to refer to it like \seeindex{Hraban}{Ramm, Hraban)
You can use this when the entry appears only once which replaces the page number with "passim".
\define[1]\Passim {passim}
\defineprocessor [passim] [command=\Passim]
\starttext
xxx\index{First}
yyy\index[passim->]{Second}
zzz\seeindex{Third}{Second}
\placeindex
\stoptext
Hi Wolfgang, forgot to answer: This solution works for me, thank you! Hraban