词汇表和 pdfcomment - 符号工具提示

词汇表和 pdfcomment - 符号工具提示

我希望当我将鼠标悬停在词汇表符号上时,工具提示会出现,这样条目的描述就会出现在工具提示中。我使用的是词汇表 v4.33 和 pdfcomment v2.4。但是,工具提示无法解析 pdf 输出中的 \glsdesc 命令。我不需要 \glssymbol 中的链接,因为信息会显示在工具提示中,这应该会使我的问题与这个问题

    \documentclass{report}
    \usepackage{glossaries, pdfcomment}
    \setglossarysection{section}
    \newglossaryentry{ex}{name = {Example name}, symbol = {\ensuremath{\mathcal{E}^n}}, description = {a suitable description for the entry}}
    \makenoidxglossaries
    \listfiles
    \begin{document}
        \pdftooltip{\glssymbol{ex}}{\glsdesc{ex}}
        \printnoidxglossary
    \end{document}

在此处输入图片描述

相关内容