切换到 hyperref 时,标签名称中加下划线

切换到 hyperref 时,标签名称中加下划线

首先编译以下文档(不使用 hyperref),然后使用 hyperref(连续),会产生错误

Runaway argument?
{\@firstoffive }\fi  
./test.tex:7: Paragraph ended before \Hy@setref@link was complete.
<to be read again> 
                   \par 
l.7 

为什么会这样?(我想,这与部分标签中的下划线有关,但我不确定。)

\documentclass{article}
% \usepackage{hyperref}
\begin{document}

\section{Mathematical Proofs\label{sec_proofs}}
\ref{sec_proofs}

\end{document}

相关内容