Tagged Questions
8
votes
1answer
99 views
TikZ image with hyperlinks --> GIF/PNG image + HTML image map
I have a (complex) TikZ-based figure with hyperlinks. Now I need a web version of this figure that preserves all hyperlinks. Converting the PDF to GIF or PNG is trivial, but for the hyperlinks I ...
5
votes
2answers
142 views
Postscript commands in TeX using \special
It is possible to include a graphic image and place a hyperlink reference within it, directly in TeX? I've created a M(non)WE example below to try and demonstrate what I'm thinking. (This becomes a ...
3
votes
1answer
126 views
LaTeX - Insert thumbnail with link to fullsize image contained in appendix
What is the best way to include a small thumbnail image which links to the fullsize image which should be contained in the appendix?
Ideally it would be nice to have a macro which created a thumbnail ...
1
vote
1answer
1k views
XeLaTeX, \includegraphics and \hyperlink
I have question regarding XeLaTeX. I have switched from LaTeX to XeLaTeX because I wanted to use ttf fonts and now I have a problem with \hyperlink. It works with text, but it doesn't with images.
So ...
3
votes
1answer
156 views
Is it possible to create a hyperlink from an \includegraphics picture?
I'd like to make an image clickable, meaning I want to turn it into a hyperlink. I am including the image via \includegraphics but I am not sure how to make it clickable. Anyone knows how to do that?
25
votes
3answers
1k views
How to preserve hyperlinks in included pdf?
I have generated PDFs with figures that have hyperlinks (hyperref to websites, \href) in them. When I compile these figures standalone the hyperlinks work. But when I try to include these PDFs (as ...
1
vote
1answer
200 views
How can I pass a shortcut to a `.pdf` to `\includegraphics{}`?
I'd like to pass shortcuts to \includegraphics.
I have the following project structure
/project/report/main.tex
/project/report/myplotshortcut
/project/code/r/output/myplot.pdf
And file:
% ...