목차에 하위 섹션이 너무 많아서 숨기고 있습니다. 하지만 어쨌든 문서를 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}