Currently, LaTeX complains about an overfull hbox in chapters because of the position of the grey box. Is there a way to properly fix this?
A quick fix is, to temporarily set the hfuzz value to a little more than the length of the overfull hbox that the chapter produces, just before the chapter command:
\hfuzz=27.8pt
\chapter[Foundations and Related Work]{Foundations and\\Related Work}\label{chap2:Fundamentals}
\hfuzz=0.1pt
Currently, LaTeX complains about an overfull hbox in chapters because of the position of the grey box. Is there a way to properly fix this?
A quick fix is, to temporarily set the hfuzz value to a little more than the length of the overfull hbox that the chapter produces, just before the chapter command: