显然\subsection{Impact of the Tiananmen Square Massacre and China's standing in the international community}
收到了一条overfull \hbox (0.844 too wide)
消息。我不知道 subsection 参数有字数限制。在这种情况下我该怎么办?没有解决方法吗?overfull
然而,这不会直接影响任何事情。我不确定这会对我的文档产生什么潜在的“不良”影响
答案1
我曾经使用过强制在标题内换行的方法。取决于所使用的包,通常\\
可以完成工作。
答案2
下面的例子
Overfull \hbox (4.61392pt too wide) in paragraph at lines 5--5
没有该titlesec
包但使用它来指定不规则的正确标题,它运行时没有任何警告。
\documentclass{article}
\usepackage[raggedright]{titlesec}
\begin{document}
\subsection{Impact of the Tiananmen Square Massacre and China's standing in the international community}
zzz
\end{document}