hyperref 和 amsmath 的问题

hyperref 和 amsmath 的问题

我在附录中标记命题时遇到了 hyperref 问题。它会混淆命题 1(在文章正文中)和命题 A.1(在附录 A 中)。我仍然有兴趣弄清楚这一点。

但更紧迫的问题是,我按照软件包网站上的说明重新安装了 hyperref。现在我遇到了更严重的问题。事实上,以下简短示例返回了一个错误。

\documentclass{article}
\usepackage{amsmath}
\usepackage{hyperref}
\begin{document}
\begin{equation}
1 + 1 = 2 \label{h1} 
\end{equation}
Equation \eqref{h1}.
\end{document}

这是我在编译时遇到的错误:

./test.tex:8: 未定义的控制序列。\hyper@link@ [#1]#2#3#4->\ltx@ifempty {#4}{\Hy@Warning {抑制空行... l.8 公式 \eqref{h1} . ?

包 hyperref 警告:抑制输入第 8 行的空链接。

(该 Latex 文件名为 test.tex。)

提前感谢您的帮助,我确实需要帮助!

相关内容