我观察到 和hyperref
的行为有些奇怪\tableofcontents
。单击List of Tables
或Synopsis
会将我带到该页面。也许这与这些部分的标题Preface
有关。\chapter*
\documentclass{amsbook}
\usepackage[hypertexnames=false]{hyperref}
\begin{document}
\chapter*{Preface}
\tableofcontents
\listoftables
\chapter*{Synopsis}
\section{Section Title}
\begin{table}
\begin{tabular}{c}
stuff
\end{tabular}
\caption{stuff}
\end{table}
\end{document}
答案1
\cleardoublepage\phantomsection
在 之前添加\listoftables
。
在\phantomsection
之前似乎没有必要\chapter*
。艾姆斯书类略有不同书,因为它把全部目录中的章节(无论是否编号)。这也会为它们正确创建锚点,但是\listoftables
和\listoffigures
不在\chapter*
内部使用,因此不会为它们创建锚点。
加载书签包裹后超链接:简化书签管理。