如何让脚注中的 URL 可点击?
目前我有:
\paragraph{Some text \protect\footnote{xyz available at \protect\url{https://someplace.org}}}
脚注显示正常,但是当我单击 URL 时什么也没有发生。
答案1
使用包hyperref
并通过以下方式调用 URL\url{https://someplace.org}
\documentclass{report}
\usepackage{hyperref}
\begin{document}
The paragraph.\footnote{has a footnote with and url \url{https://someplace.org}.}
\end{document}
答案2
不需要任何额外的包。我刚刚发现它,希望它能对某些人有所帮助。
\footnote{\href {http://www.google.com}{www.facebook.com}}.
或针对一个网站。
\footnote{\href {http://www.google.com}}.