Search found 2 matches

by fru
Thu May 08, 2014 11:01 pm
Forum: Graphics, Figures & Tables
Topic: Images as hyperlinks to URL (TexLive with XeTeX)
Replies: 1
Views: 5250

Images as hyperlinks to URL (TexLive with XeTeX)

Guys, my problem is now fixed, thanks to the answer here .
All I had to do is add this to the preamble:
\ifxetex
\usepackage{letltxmacro}
\setlength{\XeTeXLinkMargin}{1pt}
\LetLtxMacro\SavedIncludeGraphics\includegraphics
\def\includegraphics#1#{% #1 catches optional stuff (star/opt. arg ...
by fru
Thu May 08, 2014 8:41 pm
Forum: Graphics, Figures & Tables
Topic: Images as hyperlinks to URL (TexLive with XeTeX)
Replies: 1
Views: 5250

Images as hyperlinks to URL (TexLive with XeTeX)

Hi everyone and congratulations for this amazing community. :!:

I'm a new member, but I keep visiting this forum for quite some time. Reading topics has helped me a lot to use LaTeX more effectively. So thank you!

To get to the point, I want to use in my document some images that are supposed to ...