None of these work for me, and in fact cannot possibly work, because the links 
in the PDF are incomplete and even invalid. Your problem is that square 
brackets [..] in a latex command are for OPTIONAL options, and therefore should 
NOT be included when they're not present, i.e.

\href{file:///Users/ego/Desktop/texteinv.pdf}{texteinv.pdf absolute path}  

Apart from that, I would never use a file URL in a link, use a link for a 
relative path.

Christiaan

On Mar 9, 2011, at 19:08, Alain Matthes wrote:

> Hello,
> 
> i compile with pdflatex this file :
> 
> \documentclass{scrartcl}
> \usepackage{graphicx}
> \usepackage{hyperref}
> \begin{document}
> \href[]{file:///Users/ego/Desktop/texteinv.pdf}{texteinv.pdf absolute path}  
> \end{document} 
> 
> The link to texteinv.pdf works with Adobe Reader but not with Skim.
> With Skim II have a correct link to a pdf file  only with
> 
> \href[]{run:texteinv.pdf}{texteinv.pdf}
> 
> But ! No problem with a jpg file or a png file like this :
> 
> \href[]{file:///Users/ego/Desktop/bosch.jpg}{bosch.jpg absolute path}
> 
> 
> Do you have an idea to resolve this problem (preview has the same problem)
> 
> Best regards
> 
> Alain Matthes
> 
> 


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to