On 6 Oct 2024, at 16:38, Gerion Entrup
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.
Hi Gerion, You can make a change to your local version of Context to deactivate the back linking. 1) Goto the home directory where Context is installed (the one with “install.sh" in it) 2) Edit the file tex/texmf-context/tex/context/base/mkiv/publ-ini.lua 3) Goto line 2313 which should read: local interactive = not rendering.collected 4) Immediately after it, add the line: interactive = false 5) Close and save the file 6) Re-make Context using the command context —-make Now generate your document again: the back linking should be disabled but the forward links should still work. Caveats: - only tested on your MWE - a longer document may reveal problems with this hack - remember that if you install a Context update then you will lose the change and will need to do it again. Regards, — Bruce Horrocks Hampshire, UK