11 Jan
2024
11 Jan
'24
7:15 p.m.
Am 11.01.24 um 20:07 schrieb Floris van Manen via ntg-context:
the \dontleavehmode construction works fine as it allows me to set the width.
Now I try to use the thumb image as the 'button' to open the full rendered page in an external pdf at a give page. But my Linux pdf viewer just notice that there is a hyperlink, but will not even open the pdf. Let alone jumping to the intended page. mupdf does not respond to the link either Is this even possible?
\goto{\externalfigure[thumb/20210213_142125-skel.png][width=30mm]}[url(__index.pdf#page=1)]
To open an external file, you need program(), not url() see https://wiki.contextgarden.net/Command/goto Hraban