僅減少首頁目錄條目的間距

僅減少首頁目錄條目的間距

我試圖使用setspacepackage.json 在整個文件中獲得 ​​1.5 的間距。然而,目錄條目中標題內容的間距顯得更大。僅如何減少前面的目錄條目的間距。

\documentclass[a4paper, 12pt]{book}
\usepackage{newtxtext}
\usepackage{setspace}
\onehalfspacing

\begin{document}

\frontmatter    
\pagestyle{plain}
\addcontentsline{toc}{chapter}{\normalfont Front 1}
\addcontentsline{toc}{chapter}{\normalfont Front 2}
\addcontentsline{toc}{chapter}{\normalfont Front 3}
\addcontentsline{toc}{chapter}{\normalfont Front 4}
\tableofcontents

\mainmatter
\chapter{Chap 1}
\section{section 1}
\subsection{subsection 2}
\chapter{Chap 2}
\section{section 1}
\subsection{subsection 2}
\end{document}

相關內容