On 7/26/23 19:47, Pablo Rodriguez wrote:
[...] The real issue is that I couldn’t make it work with any PDF viewer I have on Linux. [...] I take for granted that Acrobat will deal fine with this, since destinations in links (GoToR) seem to be fine. Gerion, I was wrong, since I forgot enabling interaction in the main PDF document to generate the targets (or named destinations).
\setupinteraction[state=start, focus=standard] \starttext \dorecurse{15} {\chapter[chap\recurselevel]{Chapter}} \stoptext The first line was missing yesterday. After that (and with the ouput from the second sample from my previous message [https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/message/IEEGSAL636X3...]), Xpdf/Evince/Okular solve remote links fine. MuPDF-GL cannot solve the file (even when full path is provided) and PDF.js doesn’t even seem to care there might be a link. I’m totally ignorant about what Acrobat and Edge/Chrome might do. I hope this helps, Pablo