Search found 6 matches

by alackofcolor
Thu Jan 10, 2008 6:21 pm
Forum: Document Classes
Topic: Hyperref links to all other files except pdfs
Replies: 8
Views: 13079

Re: Hyperref links to all other files except pdfs

Success, I finally got it to work, using the run command you suggested, but a few things still strike me as odd.

1. The file: command does not work for pdfs, but does for other all other file types I tried using an absolute file address, not one relative to the document. So something like file ...
by alackofcolor
Thu Jan 10, 2008 1:58 am
Forum: Document Classes
Topic: Hyperref links to all other files except pdfs
Replies: 8
Views: 13079

Re: Hyperref links to all other files except pdfs

Thanks for all of the help, but unfortunately replacing the spaces did not work. I even tried linking to a pdf file with no spaces in the name of the file or the path to the file and it didn't work, but it did for other file types. I find it odd that it works for you but it doesn't on my computer or ...
by alackofcolor
Wed Jan 09, 2008 7:48 pm
Forum: Document Classes
Topic: Hyperref links to all other files except pdfs
Replies: 8
Views: 13079

Re: Hyperref links to all other files except pdfs

My input can be simplified to the following point to illustrate that it doesn't work for pdfs but does for other formats:

\documentclass[12pt]{report}
\usepackage{hyperref}
\begin{document}

\href{file:/Users/Jeremy/Documents/University%20of%20Cincinnati/Electrodynamics/Notes/Supplements/Solid ...
by alackofcolor
Wed Jan 09, 2008 4:40 am
Forum: General
Topic: Hyperref links to all other files except pdfs
Replies: 0
Views: 1554

Hyperref links to all other files except pdfs

I'm trying to insert a link that when clicked will open another pdf file. I'm using the MacTex 2007 installation and TexShop that outputs a pdf file when typeset. I included the \usepackage{hyperref} command in the beginning of the document and the following type of command to reference the file ...
by alackofcolor
Wed Jan 09, 2008 4:14 am
Forum: Document Classes
Topic: Hyperref links to all other files except pdfs
Replies: 8
Views: 13079

Re: Hyperref links to all other files except pdfs

I removed the two extra "//" and got the same results as before, it won't open a pdf file, but it opened a png, and I presume that it would open all of the others I tried before. I tried "run:" instead of "file:" and nothing opened.

I checked my log file and I am using version 6.75r of hyperref ...
by alackofcolor
Wed Jan 09, 2008 3:24 am
Forum: Document Classes
Topic: Hyperref links to all other files except pdfs
Replies: 8
Views: 13079

Hyperref links to all other files except pdfs

I'm trying to insert a link that when clicked will open another pdf file. I'm using the MacTex 2007 installation and TexShop that outputs a pdf file when typeset. I included the \usepackage{hyperref} command in the beginning of the document and the following type of command to reference the file ...