2개의 부분이 있고 각 부분에 대해 목차에서 동일한 수준의 세부 정보를 표시하고 싶지 않다고 가정합니다. 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}
예를 들어 내가 원하는 것은 첫 번째 부분의 목차에는 장, 섹션 및 하위 섹션이 표시되고 두 번째 부분에는 장, 섹션만 표시된다는 것입니다. 가능합니까?
답변1
노력하다https://www.ctan.org/pkg/tocvsec2섹션당 목차 깊이에 대해 더 많은 기능을 제공해야 합니다.
여기에서 발견됨https://en.wikibooks.org/wiki/LaTeX/Document_Structure