Am Sonntag, 6. Oktober 2024, 13:34:19 MESZ schrieb Pablo Rodriguez via ntg-context:
On 10/6/24 04:37, Gerion Entrup wrote:
when typesetting bibliographies, ConTeXt seems to link back to the (first?) citation within the text. A side effect is that the whole reference entry is colored in the
Hi, link color.> Is there a possibility to deactivate the back linking or limit it to the key? Hi Gerion,
\setupbtx[interaction=stop] disables all interaction.
Other values are: number text page all (according to https://www.pragma-ade.com/general/manuals/mkiv-publications.pdf#page=17).
Thank you, but it disables the interaction at all. I would like to have the citation linked to its bibliography entry but not the other way around. I also tested the other values without any visible change. Gerion