有人能帮我弄清楚为什么书签在我的 PDF Latex 文档中不起作用吗?我正在使用 Macbook。
谢谢,
\documentclass[11pt,letterpaper, oneside, table]{article}
\usepackage{graphicx}
\usepackage[english]{babel}
%\usepackage{indentfirst}
\usepackage{natbib, booktabs, tabularx, array, multirow}
\usepackage[utf8]{inputenc}
\usepackage{appendix}
\usepackage{caption,pdfpages}
\usepackage[driver=pdftex]{geometry}
\usepackage{xcolor}
\usepackage[version=3]{mhchem}
\usepackage{float, threeparttable}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage[pdfpagelabels=true, pdfauthor={author}, pdftitle={title}, hidelinks, bookmarksopen=true, bookmarks=true, bookmarksopenlevel=3, pdfsubject={subject}, pdfcreator=company name]{hyperref}
\hfuzz=15.5pt
\hyphenpenalty=1000
\begin{document}
\LARGE{This is a Very Interesting Document \\about Yukon Black Bears.}
\newpage
\tableofcontents
\newpage
\section{Introduction}Have you ever heard about Yukon black bears?
\newpage
\section{Body}They wake from hibernation at the sound of water flowing.
\newpage
\section{Conclusions}Be careful when enjoying spring hikes.
\newpage
\section{Recommendations}Make sure you always bring bear spray.
\subsection{Bear Spray}When deploying bear spray, ensure the bear is quite near, or that it is downwind.
\subsection{Risks}Otherwise, you may end up spraying yourself, which is unpleasant.
\newpage
\addappheadtotoc
\appendixpage
\newpage
\begin{appendices}
\newpage
\section{Some Really Interesting Appendix} \label{appendix-a}
\newpage
\end{appendices}
\end{document}
答案1
在 Mac 应用预览中,可以通过转到“查看”然后“目录”来找到 pdf 的书签。(我认为“查看”->“书签”适用于您使用“工具”->“添加书签”创建的书签。)