我尝试cooltooltips
用这个最小的例子:
\documentclass{book}
%% test_coolToolTip_01
\usepackage{polyglossia}
\usepackage{cooltooltips}
\usepackage[colorlinks]{hyperref}
\begin{document}
\cooltooltip
[0 0 1]
{Example}
{This is an example of a cool tooltip. Pretty cool, eh?}
{http://www.ctan.org/}{Visit CTAN on the Web}
{This text}
\end{document}
但是,它无法编译。为什么?我不明白为什么它无法编译,即使这个例子非常基础。结果应该类似于你在这个帖子。
答案1
留意Ulrike 的建议,cooltooltips
自 2006 年以来没有更新,因此与 Lua(La)TeX(和polyglossia
)不兼容。最好使用更新的版本,例如pdfcomment
。