When using the hyperref package, I keep getting this warning that says something like:
Key ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf is undefined
whenever I include an http link.
For example:
\documentclass{article}
\usepackage[colorlinks=true]{hyperref}
\begin{document}
Here is a link to \href{ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf}{The Short
Math Guide}
\end{document}
I'm using pdflatex.exe to generate the output, and v6.82h of hyperref.sty.
hyperrefare you using? – Jake Aug 25 '11 at 0:49Key ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf is undefined document.tex line 7 Problem– bobobobo Aug 25 '11 at 0:50\listfilesin your preamble and look for thehyperref.styversion number near the end of your.logfile? – Jake Aug 25 '11 at 0:55! Package keyval Error: ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf undefined.if I use angle brackets\href[..]{...}instead of correct braces:\href{..}{...}. So my guess is you didn't check your example but only believe that it demonstrates your real problem. – Ulrike Fischer Aug 25 '11 at 6:51