以下 MWE 指出,对于hypdoc
包,更改历史记录部分的书签是错误的:“更改历史记录”而不是“更改历史记录的其他标题”。
\documentclass{article}
% \usepackage{doc}\usepackage[hyperindex=false]{hyperref}
\usepackage{hypdoc}
\RecordChanges
\GlossaryPrologue{%
\section{Other title for change history}
}%
\begin{document}
\tableofcontents
\changes{v1}{2016/09/30}{Initial version}
\PrintChanges
\end{document}
doc
+包不会出现问题hyperref
。
更新
例如,对于图表列表和表格列表,这个问题更加麻烦,其书签为“目录”,其中hypdoc
:
\documentclass{article}
% \usepackage{doc}\usepackage[hyperindex=false]{hyperref}
\usepackage{hypdoc}
\begin{document}
\tableofcontents
\listoffigures
\listoftables
\section{Foo}
\end{document}
你知道发生了什么吗?