5

I need more space after chapter one completion on how to include empty line space in the table of contents.

1 Answer 1

8

As you are not providing any MWE, assumed that you are using standard book template, and the MWE is:

\documentclass{book}

\begin{document}
\tableofcontents

\chapter{First chapter}

\section{Test}

\addtocontents{toc}{\vspace{1\baselineskip}}
\chapter{Second Chapter}

\end{document}

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.