It's my code,
\documentclass[a4paper,twoside,openright,11pt]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[svgnames]{xcolor}
\usepackage{lipsum}
\usepackage[explicit]{titlesec}
\usepackage{tikz}
\titleformat{\section}[block]%
{\normalsize\bfseries\itshape\tikz[overlay] \shade[left color=red!20!yellow,right color=black!40!white] (0,-1ex) rectangle (\linewidth,1em);}%
{\thesection}%
{1em}%
{\color{Maroon}#1}
\begin{document}
\chapter{Chapter One}
\section{Section One}
\section{Section Two}
\section{Mass}
\section{Time}
\section{Velocity}
\section{Force}
\section{Section}
\section{Lorem}
\section{Badness}
\section{Underfull}
\section{Section One}
\section{The Basic Structure Of an Atom}
\section{Mass}
\section{Time}
\section{Section One}
\section{Section Two}
\section{Mass}
\section{Time}
\section{Velocity}
\section{Force}
\section{Section}
\section{Lorem}
\section{Badness}
\section{Underfull}
\section{Section One}
\section{The Basic Structure Of an Atom}
\section{Mass}
\section{Time}
\end{document}
Display...
That is, at the bottom page Section Titles are not the crossing next page.
I'm sure this is a duplicate of another question that I just can't find. So, does anyone know how to fix it.
\nullmacro) and they will correctly cross the page boundary. However, what are you trying to achieve here? It's not very clear what your goal is. – d-cmst Sep 05 '14 at 20:39