我想尝试精美工具提示包。我按照这一页。我安装了perl
所需的库。我尝试在 Fedora 上使用 Texlive 2016 和在 Windows 7 上使用 MikTeX 进行安装。以这种方式Config::IniFiles
调用 perl 脚本时,错误是相同的:fancy-preview
perl fancy-preview myfile
! Undefined control sequence.
l.526 \pdfximage{\TooltipFilename
.pdf}%
?
! Emergency stop.
l.526 \pdfximage{\TooltipFilename
.pdf}%
与此相关,发出了警告:
Package fancytooltips Warning: ** The filename with tooltips is not given. ** on input line 198.
我尝试了几个小时,但徒劳无功。这是我的最小(非)工作示例(myfile.tex
):
\documentclass{article}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{fancytooltips}
\begin{document}
\begin{equation}
x^2 + y^2 = 1
\label{eq:circleEquation}
\end{equation}
Test the link: \eqref{eq:circleEquation}.
\end{document}
答案1
fancytooltips
必须使用选项调用该包inactive
。然后它就会进行编译。