将章节标题保持在行的特定部分内

将章节标题保持在行的特定部分内

是否可以强制节标题保持在前 30% 内\linewidth?换句话说,如何让节标题占据宽度为行宽 3/10 的列?我希望titlesec有包可以做到这一点,但我不知道该怎么做。

\documentclass{article}
\usepackage{titlesec}

\titleformat
{\section}
{\Large}
{}
{0cm}
{}

\begin{document}

\section{A section whose name is so long that it will, if unchecked, undesirably spill into the latter seven-tenths of the width of the line}

\end{document}

相关内容