this question : Margins of Section Title is Out of Bounds unfortunately does not help me. When I run the bottom code, the top line is shorter than the bottom which seems awkward in documents where all lines are filled with the exception of the bottom line of each paragraph. Do you have any idea how I get that spacing issue right?
\documentclass{report}
\usepackage{blindtext}
\usepackage[raggedright]{titlesec}
\begin{document}
\chapter{Hope}
\section{Hope of the Essential Trigonometry TRIGTEST exogenous endogenous treetop}
\blindtext
\section{Hope of the Essential Trigonometry TRIGOTEST}
\blindtext
\end{document}
