On 2/19/26 19:41, Ben Moon via ntg-context wrote: > Dear Pablo and Bruce, > Thank you for your responses. > I want every link in the document (e.g. figures, citations, formulas, > etc.) in color for easier “reading”. For me, this works witih > setupinteraction[contrastcolor=]. > I don’t want the text of the citations in the publications and > bibliography in color, but only the external links, so it’s easier to > get to the publications in the browser. Ideally, the number in the > citation is again in color to indicate, here, we get back to the link in > the document.
Hi Ben, if you don’t want internal links with the bibiliography, search for `interaction` in `mkiv-publications.pdf`. From what I found on page 16 (https://www.pragma-ade.com/general/manuals/mkiv-publications.pdf#page=17), only this works: \setupbtx[dataset=main, interaction=stop] This is line 401 from your sample, which previously read: \setupbtx[dataset=main] But this disables also external links. Why does this happen or why don’t the other options (such as `number`) work? I have no idea. Maybe Alan or Hans know what is wrong here. I have never used bibliographies. > If I reduce the number of citations, the amount of colored entries in > the bibliography is also reduced. This internal-, external-link confirms > what I would expect to see, but I really cannot make head nor tail from > the results. In citation 5 the text is black and in citation 6 the text > is blue, and in both cases the internal link indicating box around the > text is green. > And Bruce reports, this also changes with page size. This is a very wear > bug? Again, I haven’t used bibliographies, but your issue dissapears with `\setuppapersize[A3, landscape]`. My take on this, because internal links in the bibliography are only generated when they target another page (I mean, [X] being cited in page Y, but with reference in page other than Y). Just in case it helps (if it doesn’t, please follow the conversation), Pablo ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
