in my toc there is a page break directly after a chapter (and before the first section in this chapter), which looks a bit odd. See the attached PDF-output of the MWE below. I would rather have the page break before the chapter or after one or two sections in that chapter. Does anyone know how to achieve this?
I'm using LyX, but I'd say this is mainly a LaTeX issue.
LaTeX MWE of this:
Code: Select all
\documentclass[a4paper, 11pt]{scrbook}
\usepackage{setspace}
\onehalfspacing
\begin{document}
\tableofcontents
\chapter{Chapter One}
\section{Section One}
blabla
\section{Section Two}
blabla
\section{Section Three}
blabla
\section{Section Four}
blabla
\section{Section Five}
blabla
\section{Section Six}
blabla
\section{Section Seven}
blabla
\section{Section Eight}
blabla
\section{Section Nine}
blabla
\section{Section Ten}
blabla
\section{Section Eleven}
blabla
\section{Section Twelve}
blabla
\chapter{Chapter Two}
\section{Section One}
blabla
\section{Section Two}
blabla
\section{Section Three}
blabla
\section{Section Four}
blabla
\section{Section Five}
blabla
\section{Section Six}
blabla
\section{Section Seven}
blabla
\section{Section Eight}
blabla
\section{Section Nine}
blabla
\section{Section Ten}
blabla
\section{Section Eleven}
blabla
\section{Section Twelve}
blabla
\chapter{Chapter Three}
\section{Section One}
blabla
\section{Section Two}
blabla
\section{Section Three}
blabla
\end{document}