隐藏目录中的子部分,但在 PDF 中显示

隐藏目录中的子部分,但在 PDF 中显示

我隐藏了目录中的子部分,因为它们太多了。但无论如何,我希望在以 PDF 形式查看文档时它们显示在导航中。有什么方法可以做到这一点,如何做到?

\documentclass{article}
\usepackage[pdfdisplaydoctitle=true,pdfstartview={FitB},bookmarksopen,colorlinks=true]{hyperref}
\setcounter{tocdepth}{2}
\begin{document}
\tableofcontents
\section{Section}
\subsection{Subsection}
\subsubsection{Subsection}
\paragraph{Paragraph}
\end{document}

答案1

\usepackage[bookmarksdepth=3]{hyperref}

相关内容