有人知道如果我在 LaTex 中提供一个 URL,\href{url}{Frank}
当我生成实际的 pdf 时,如果我将鼠标光标放在 Frank 上但没有单击它,我希望描述为“在 Linkedin 上找到我“而不是 URL 本身,我该怎么做呢?
答案1
您可以使用cooltooltips
包裹为此。下面是来自手册的一个基本示例:
\documentclass{article}
\usepackage{cooltooltips}
\begin{document}
Packages may be found on
\cooltooltip{CTAN}{A link to CTAN}{http://www.ctan.org/}{Visit CTAN on
the web}{CTAN}.
\end{document}