href 在 texlipse 上不起作用

href 在 texlipse 上不起作用

我正在尝试添加超链接,如本例

\documentclass{book}
\usepackage[colorlinks=true, linkcolor=blue]{hyperref}

\begin{document}
\href{http://google.com}{Google}

\end{document}

但我收到一个错误

Key http://google.com is undefined

看起来这是一个 texlipse 问题而不是 hyperef 问题,但我不知道如何解决它,还有其他包可以用来创建超链接吗?

相关内容