隱藏目錄中的小節,但在 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}

相關內容