2 つのパーツがあり、それぞれの TOC の詳細レベルを同じにしたくないとします。TOC の深さを別々に設定することは可能ですか?
更新:こちらがMWEです
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\title{Specifying locally TOC depth}
\begin{document}
\maketitle
\tableofcontents
\part{first part}
\chapter{first chapter}
\section{first section}
\subsection{subsection}
\part{second part}
\chapter{second chapter}
\section{second section}
\subsection{subsection}
\end{document}
たとえば、最初の部分の目次に章、セクション、サブセクションが表示され、2 番目の部分には章、セクションのみが表示されるようにしたいのですが、これは可能ですか?
答え1
試すhttps://www.ctan.org/pkg/tocvsec2そのまま動作し、セクションごとの目次の深さに関する機能がさらに提供されるはずです。