我最近开始使用它hyperref
,它对我完全自己创建的所有文件都运行良好。然而,在许多期刊中,标题页会自动添加到手稿中——而在生成的文件中,超引用不起作用。它们仍然用不同颜色的小框标记,但是,如果你点击它们,什么也不会发生。
有什么建议么?
以下是我通常在 LaTeX 文件中包含的内容:
\usepackage{hyperref} % Inserts hyper-references in the PDF file
\hypersetup{ %
pdfstartview=FitH, % Fit the PDF file's width to window
bookmarksopen=false, % Open the bookmark tree
bookmarksopenlevel=1 % Level to which bookmarks are open
} %